Restrict RTCC example to Zoul boards that have an RTCC

This commit is contained in:
Simon Duquennoy 2018-03-02 11:59:45 -08:00 committed by Atis Elsts
parent 0bacdd451e
commit 4a757a0e82
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ 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