mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Removed reliance on x86 cpu
This commit is contained in:
parent
227a3fa633
commit
b7ab1bb721
@ -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 New Issue
Block a user