From fe0d49a2109c143a42915a70c08d4d5b5e8fec96 Mon Sep 17 00:00:00 2001 From: Imanol-Mikel Barba Sabariego Date: Thu, 8 May 2014 12:08:39 +0000 Subject: [PATCH] --- Project/applications/smartcities/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Project/applications/smartcities/Makefile b/Project/applications/smartcities/Makefile index 52cf72b..6b2518b 100644 --- a/Project/applications/smartcities/Makefile +++ b/Project/applications/smartcities/Makefile @@ -10,8 +10,8 @@ SDK_ROOT = ../../ PROJECT_OUT = smartcities -USER_SRC = main.c httpClient.c callbacks.c module.c sensors.c json.c i2c.c buffer.c -USER_INCDIR = include/ +USER_SRC = main.c configServer.c httpClient.c callbacks.c module.c sensors.c json.c i2c.c ntp.c buffer.c +USER_INCDIR = include/ makefsdata/ # if you need to add build Defines options add to USER_DEFS define #USER_DEFS += -D @@ -28,5 +28,4 @@ MCU_SIZE = MCU_768K_96K USER_DEFS += -D$(SDK_VERSION) # this must be the last include -include $(SDK_ROOT)/applications/rules.mk - +include $(SDK_ROOT)/applications/rules.mk \ No newline at end of file -- libgit2 0.22.2