16 lines
287 B
Makefile
16 lines
287 B
Makefile
TOP_DIR = ..
|
|
sinclude $(TOP_DIR)/tools/w800/conf.mk
|
|
|
|
ifndef PDIR
|
|
GEN_LIBS = libuser$(LIB_EXT)
|
|
COMPONENTS_libuser = gfx/libusergfx$(LIB_EXT)
|
|
endif
|
|
|
|
#DEFINES +=
|
|
|
|
sinclude $(TOP_DIR)/tools/w800/rules.mk
|
|
|
|
INCLUDES := $(INCLUDES) -I $(PDIR)include
|
|
|
|
PDIR := ../$(PDIR)
|
|
sinclude $(PDIR)Makefile |