Commit fe0d49a2109c143a42915a70c08d4d5b5e8fec96

Authored by Imanol-Mikel Barba Sabariego
1 parent 56c25fc9

--no commit message

Project/applications/smartcities/Makefile
... ... @@ -10,8 +10,8 @@
10 10 SDK_ROOT = ../../
11 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 16 # if you need to add build Defines options add to USER_DEFS define
17 17 #USER_DEFS += -D
... ... @@ -28,5 +28,4 @@ MCU_SIZE = MCU_768K_96K
28 28 USER_DEFS += -D$(SDK_VERSION)
29 29  
30 30 # this must be the last include
31   -include $(SDK_ROOT)/applications/rules.mk
32   -
  31 +include $(SDK_ROOT)/applications/rules.mk
33 32 \ No newline at end of file
... ...