Kernel: Move GDT and IDT files to architecture specific folder
This commit is contained in:
@@ -31,10 +31,6 @@ BUILDDIR=$(abspath build)
|
||||
|
||||
KERNEL_OBJS=\
|
||||
$(KERNEL_ARCH_OBJS) \
|
||||
kernel/GDT.o \
|
||||
kernel/GDT_asm.o \
|
||||
kernel/IDT.o \
|
||||
kernel/IDT_asm.o \
|
||||
kernel/kernel.o \
|
||||
kernel/kmalloc.o \
|
||||
kernel/PIC.o \
|
||||
|
||||
Reference in New Issue
Block a user