mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
x86: Add init folder and move code accordingly
The x86/init/common/ folder holds all cpu initialization code - idt and gdt setup, interrupts and cpu initialization. On this folder will also sit any SoC specific implementation of the functions called from cpu_init().
This commit is contained in:
parent
b2fa72bb98
commit
e4bc1a1e8c
@ -1,4 +1,4 @@
|
|||||||
CONTIKI_CPU_DIRS += .
|
CONTIKI_CPU_DIRS += . init/common
|
||||||
|
|
||||||
CONTIKI_SOURCEFILES += gdt.c helpers.S idt.c cpu.c
|
CONTIKI_SOURCEFILES += gdt.c helpers.S idt.c cpu.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user