Removed reliance on x86 cpu
This commit is contained in:
parent
227a3fa633
commit
b7ab1bb721
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ CONTIKI_SOURCEFILES += $(CONTIKI_TARGET_SOURCEFILES)
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
### Define the CPU directory
|
### Define the CPU directory
|
||||||
CONTIKI_CPU=$(CONTIKI)/cpu/x86
|
CONTIKI_CPU=$(CONTIKI)/cpu/native
|
||||||
include $(CONTIKI)/cpu/x86/Makefile.x86
|
include $(CONTIKI)/cpu/native/Makefile.native
|
||||||
|
|
||||||
### Setup directory search path for source files
|
### Setup directory search path for source files
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue