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

11 lines
175 B
Makefile

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