move idt.S and idt.h out of boot component

based on previous patch, we can move idt.S and idt.h out of boot component

Tracked-On: #1842
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Jason Chen CJ 2018-12-06 13:55:14 +08:00 committed by wenlingz
parent 27938c3300
commit c2be20d2a0
4 changed files with 1 additions and 3 deletions

View File

@ -126,11 +126,11 @@ export LIB_DEBUG LIB_RELEASE
S_SRCS += arch/x86/boot/cpu_primary.S
S_SRCS += arch/x86/boot/cpu_save_boot_ctx.S
S_SRCS += arch/x86/boot/trampoline.S
S_SRCS += arch/x86/boot/idt.S
C_SRCS += boot/reloc.c
C_SRCS += boot/acpi.c
C_SRCS += boot/dmar_parse.c
S_SRCS += arch/x86/idt.S
C_SRCS += arch/x86/ioapic.c
C_SRCS += arch/x86/lapic.c
C_SRCS += arch/x86/cpu.c

View File

@ -4,8 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <idt.h>
/* NOTE:
*
* MISRA C requires that all unsigned constants should have the suffix 'U'