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

9 lines
198 B
Makefile
Raw Normal View History

2018-03-11 20:43:53 +00:00
CONTIKI_PROJECT = button-hal-example
CONTIKI = ../../..
all: $(CONTIKI_PROJECT)
2018-10-12 13:13:29 +00:00
PLATFORMS_ONLY = cc26x0-cc13x0 cc2538dk openmote-cc2538 zoul native simplelink
2018-03-11 20:43:53 +00:00
include $(CONTIKI)/Makefile.include