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

12 lines
174 B
Makefile

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