nes-proj/examples/platform-specific/cc26x0-cc13x0/very-sleepy-demo/Makefile
2018-10-23 13:04:32 -07:00

11 lines
185 B
Makefile

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