nes-proj/examples/mqtt-client/Makefile

14 lines
307 B
Makefile
Raw Normal View History

2017-10-30 23:34:51 +00:00
CONTIKI_PROJECT = mqtt-client
all: $(CONTIKI_PROJECT)
MODULES += os/net/app-layer/mqtt
CONTIKI = ../..
-include $(CONTIKI)/Makefile.identify-target
MODULES_REL += arch/platform/$(TARGET)
2018-10-12 13:13:29 +00:00
PLATFORMS_ONLY = cc26x0-cc13x0 cc2538dk openmote-cc2538 zoul native simplelink
2017-10-30 23:34:51 +00:00
include $(CONTIKI)/Makefile.include