14 lines
294 B
Makefile
14 lines
294 B
Makefile
TOP_DIR = ../..
|
|
sinclude $(TOP_DIR)/tools/w800/conf.mk
|
|
|
|
ifndef PDIR
|
|
GEN_LIBS = libwmarch$(LIB_EXT)
|
|
COMPONENTS_libwmarch = xt804/libwmxt804$(LIB_EXT)
|
|
endif
|
|
|
|
#DEFINES +=
|
|
|
|
sinclude $(TOP_DIR)/tools/w800/rules.mk
|
|
INCLUDES := $(INCLUDES) -I $(PDIR)include
|
|
PDIR := ../$(PDIR)
|
|
sinclude $(PDIR)Makefile |