Example slip-radio: do not compile for native
This commit is contained in:
parent
6b05eaed41
commit
206b5dfe45
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user