diff --git a/src/W800 SDK v1.00.08/app/persistency/Makefile b/src/W800 SDK v1.00.08/app/persistency/Makefile new file mode 100644 index 0000000..d3e6337 --- /dev/null +++ b/src/W800 SDK v1.00.08/app/persistency/Makefile @@ -0,0 +1,15 @@ +TOP_DIR = ../.. +sinclude $(TOP_DIR)/tools/w800/conf.mk + +ifndef PDIR +GEN_LIBS = libpersistency$(LIB_EXT) +endif + +#DEFINES += + +sinclude $(TOP_DIR)/tools/w800/rules.mk + +INCLUDES := $(INCLUDES) -I $(PDIR)include + +PDIR := ../$(PDIR) +sinclude $(PDIR)Makefile \ No newline at end of file