From a01d3157aa8dc1707ad6585fbc3430842e356051 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Thu, 5 Jan 2023 07:12:50 +0100 Subject: [PATCH] Added a new folder which will eventually contain persistent storage logic --- src/W800 SDK v1.00.08/app/persistency/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/W800 SDK v1.00.08/app/persistency/Makefile 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