nes-proj/examples/platform-specific/zoul/rtcc/Makefile
2018-03-09 16:29:06 +00:00

13 lines
231 B
Makefile

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
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include