Example slip-radio: do not compile for native

This commit is contained in:
Simon Duquennoy 2018-02-27 08:56:11 -08:00 committed by Atis Elsts
parent 6b05eaed41
commit 206b5dfe45
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ CONTIKI_PROJECT=slip-radio
all: $(CONTIKI_PROJECT)
MODULES += os/services/slip-cmd
# slip-radio is only intended for platforms with SLIP support
PLATFORMS_EXCLUDE = native
CONTIKI=../..
include $(CONTIKI)/Makefile.identify-target