Skip to content

Commit af45bc6

Browse files
Add support to AwaLWM2M 0.2.3
Signed-off-by: Manohar Narkhede <[email protected]>
1 parent 9f7124a commit af45bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ CONTIKI_WITH_RPL = 0
99
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\" -DVERSION='\"$(VERSION)\"'
1010
CFLAGS += -Wall -Wno-pointer-sign -DLWM2M_CLIENT
1111
CFLAGS += -I$(LWM2M_DIR)/api/include
12+
CFLAGS += -I$(LWM2M_DIR)/core/src/erbium/
1213

1314
ifneq (,$(filter $(TARGET),seedeye mikro-e))
1415
CFLAGS += -fno-short-double
1516
LDFLAGS += -Wl,--defsym,_min_heap_size=64000
1617
endif
1718

18-
APPS += er-coap
19-
APPS += rest-engine
19+
APPS += erbium
2020
APPS += client
2121
APPS += common
2222
APPS += jsmn

0 commit comments

Comments
 (0)