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

11 lines
164 B
Makefile
Raw Normal View History

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