PKGDIR?= ../..
L4DIR ?= $(PKGDIR)/../..

# the name of your library
TARGET	= lib$(PKGNAME).a

# list your .c or .cc files here
SRC_C	= 
SRC_CC  =

include $(L4DIR)/mk/lib.mk
