nes-proj/examples/platform-specific/cc2538-common/mqtt-demo/Makefile
2017-09-22 14:34:20 +02:00

10 lines
153 B
Makefile

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