nes-proj/examples/platform-specific/zoul/rtcc/Makefile

13 lines
231 B
Makefile
Raw Normal View History

CONTIKI_PROJECT = test-rtcc
TARGET = zoul
all: $(CONTIKI_PROJECT)
PLATFORMS_ONLY = zoul
# Only the Re-Mote is equiped with an RTCC
BOARDS_ONLY = remote-reva remote-revb
2017-05-17 20:24:41 +00:00
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include