Kernel: Move GDT and IDT files to architecture specific folder

This commit is contained in:
Bananymous
2022-12-08 17:50:04 +02:00
parent b7a600c86d
commit e998615253
6 changed files with 4 additions and 4 deletions

View File

@@ -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 \