Commit fe0d49a2109c143a42915a70c08d4d5b5e8fec96

Authored by Imanol-Mikel Barba Sabariego
1 parent 56c25fc9

--no commit message

Project/applications/smartcities/Makefile
@@ -10,8 +10,8 @@ @@ -10,8 +10,8 @@
10 SDK_ROOT = ../../ 10 SDK_ROOT = ../../
11 PROJECT_OUT = smartcities 11 PROJECT_OUT = smartcities
12 12
13 -USER_SRC = main.c httpClient.c callbacks.c module.c sensors.c json.c i2c.c buffer.c  
14 -USER_INCDIR = include/ 13 +USER_SRC = main.c configServer.c httpClient.c callbacks.c module.c sensors.c json.c i2c.c ntp.c buffer.c
  14 +USER_INCDIR = include/ makefsdata/
15 15
16 # if you need to add build Defines options add to USER_DEFS define 16 # if you need to add build Defines options add to USER_DEFS define
17 #USER_DEFS += -D 17 #USER_DEFS += -D
@@ -28,5 +28,4 @@ MCU_SIZE = MCU_768K_96K @@ -28,5 +28,4 @@ MCU_SIZE = MCU_768K_96K
28 USER_DEFS += -D$(SDK_VERSION) 28 USER_DEFS += -D$(SDK_VERSION)
29 29
30 # this must be the last include 30 # this must be the last include
31 -include $(SDK_ROOT)/applications/rules.mk  
32 - 31 +include $(SDK_ROOT)/applications/rules.mk
33 \ No newline at end of file 32 \ No newline at end of file