added #define for platform check
This commit is contained in:
parent
cc73becbd2
commit
29b0d010d5
1 changed files with 3 additions and 0 deletions
|
@ -18,3 +18,6 @@ CONTIKI_CPU=$(CONTIKI)/cpu/native
|
|||
include $(CONTIKI)/cpu/native/Makefile.native
|
||||
|
||||
contiki-$(TARGET).a: ${addprefix $(OBJECTDIR)/,symbols.o}
|
||||
|
||||
### Compiler definitions
|
||||
CFLAGS += -DNATIVE=1
|
Loading…
Reference in a new issue