nes-proj/examples/dev/rgb-led/Makefile

11 lines
164 B
Makefile

CONTIKI_PROJECT = rgb-led-example
CONTIKI = ../../..
MODULES_REL += $(TARGET)
PLATFORMS_ONLY = zoul
all: $(CONTIKI_PROJECT)
include $(CONTIKI)/Makefile.include