nes-proj/examples/dev/gpio-hal/Makefile

13 lines
266 B
Makefile
Raw Normal View History

2017-12-17 22:12:36 +00:00
CONTIKI_PROJECT = gpio-hal-example
CONTIKI = ../../..
PLATFORMS_ONLY = srf06-cc26xx cc2538dk openmote-cc2538 zoul native simplelink
2017-12-17 22:12:36 +00:00
include $(CONTIKI)/Makefile.identify-target
MODULES_REL += $(TARGET)
all: $(CONTIKI_PROJECT)
include $(CONTIKI)/Makefile.include