mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
15 lines
241 B
Makefile
15 lines
241 B
Makefile
|
TOP_DIR = ..
|
||
|
sinclude $(TOP_DIR)/tools/w800/conf.mk
|
||
|
|
||
|
ifndef PDIR
|
||
|
GEN_LIBS = libuser$(LIB_EXT)
|
||
|
endif
|
||
|
|
||
|
#DEFINES +=
|
||
|
|
||
|
sinclude $(TOP_DIR)/tools/w800/rules.mk
|
||
|
|
||
|
INCLUDES := $(INCLUDES) -I $(PDIR)include
|
||
|
|
||
|
PDIR := ../$(PDIR)
|
||
|
sinclude $(PDIR)Makefile
|