nes-proj/examples/platform-specific/nrf52dk/mqtt-demo/Makefile

9 lines
128 B
Makefile
Raw Normal View History

2016-01-09 13:44:58 +00:00
all: mqtt-demo
CONTIKI_WITH_RPL = 0
2017-09-01 14:43:43 +00:00
MODULES += os/net/app-layer/mqtt
2016-01-09 13:44:58 +00:00
CONTIKI=../../../..
2016-01-09 13:44:58 +00:00
include $(CONTIKI)/Makefile.include