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

13 lines
267 B
Makefile
Raw Normal View History

2017-12-17 22:12:36 +00:00
CONTIKI_PROJECT = gpio-hal-example
CONTIKI = ../../..
2018-10-12 13:13:29 +00:00
PLATFORMS_ONLY = cc26x0-cc13x0 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