nes-proj/examples/platform-specific/cc26xx/very-sleepy-demo/Makefile

11 lines
184 B
Makefile

CONTIKI_PROJECT = very-sleepy-demo
PLATFORMS_ONLY = srf06-cc26xx
all: $(CONTIKI_PROJECT)
MODULES += os/net/app-layer/coap
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include