mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +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:
@@ -1,4 +1,4 @@
|
||||
CONTIKI_CPU_DIRS += .
|
||||
CONTIKI_CPU_DIRS += . init/common
|
||||
|
||||
CONTIKI_SOURCEFILES += gdt.c helpers.S idt.c cpu.c
|
||||
|
||||
|
Reference in New Issue
Block a user