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:
Jesus Sanchez-Palencia 2015-07-02 20:13:53 -03:00
parent b2fa72bb98
commit e4bc1a1e8c
8 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CONTIKI_CPU_DIRS += .
CONTIKI_CPU_DIRS += . init/common
CONTIKI_SOURCEFILES += gdt.c helpers.S idt.c cpu.c