diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-01-24 21:10:57 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-01-24 21:10:57 -0600 |
commit | a4534660fecb1b571c24ad82e67bc6c2fb814cb9 (patch) | |
tree | 149984cb0e9a32765e63df0f696091817c2b6dd5 /arch/i386/make.config | |
parent | dd6656f7132d1727a055035ca94945fa4fbaae58 (diff) |
x86: reorganize the i386 directory
Add structure to the internals of the x86 directory.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
Diffstat (limited to 'arch/i386/make.config')
-rw-r--r-- | arch/i386/make.config | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/i386/make.config b/arch/i386/make.config index 680760f..3add948 100644 --- a/arch/i386/make.config +++ b/arch/i386/make.config @@ -1,7 +1,8 @@ KERNEL_ARCH_CFLAGS= KERNEL_ARCH_LDFLAGS= KERNEL_ARCH_LIBS= +KERNEL_ARCH_INCLUDE=$(ARCHDIR)/include -KERNEL_ARCH_OBJS=$(ARCHDIR)/boot.o \ - $(ARCHDIR)/tty.o \ - $(ARCHDIR)/serial.o \ +KERNEL_ARCH_OBJS=$(ARCHDIR)/boot/boot.o \ + $(ARCHDIR)/boot/tty.o \ + $(ARCHDIR)/kernel/serial.o \ |