Skip to content

Commit

Permalink
Add support to AwaLWM2M 0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Manohar Narkhede <Manohar.Narkhede@imgtec.com>
  • Loading branch information
manohar-narkhede-imgtec committed Aug 24, 2016
1 parent 9f7124a commit af45bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ CONTIKI_WITH_RPL = 0
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\" -DVERSION='\"$(VERSION)\"'
CFLAGS += -Wall -Wno-pointer-sign -DLWM2M_CLIENT
CFLAGS += -I$(LWM2M_DIR)/api/include
CFLAGS += -I$(LWM2M_DIR)/core/src/erbium/

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

APPS += er-coap
APPS += rest-engine
APPS += erbium
APPS += client
APPS += common
APPS += jsmn
Expand Down

0 comments on commit af45bc6

Please sign in to comment.