nes-proj/examples/platform-specific/cc2538-common/mqtt-demo/Makefile

11 lines
155 B
Makefile

DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
all: mqtt-demo
CONTIKI_WITH_IPV6 = 1
APPS += mqtt
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include