Reverted recent change as there's now a general (and actually working) solution in Makefile.include.
This commit is contained in:
parent
4b268298cc
commit
7ac49a573b
|
@ -18,6 +18,3 @@ 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