summaryrefslogtreecommitdiff
path: root/arch/i386/make.config
blob: df26a3df86e8f41571aff722039d4b54421c11e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
KERNEL_ARCH_INCLUDE=$(ARCHDIR)/include
KERNEL_ARCH_CFLAGS=-I$(KERNEL_ARCH_INCLUDE)
KERNEL_ARCH_LDFLAGS=
KERNEL_ARCH_LIBS=

KERNEL_ARCH_OBJS=$(ARCHDIR)/boot/boot.o \
                 $(ARCHDIR)/boot/isr.o \
                 $(ARCHDIR)/boot/tty.o \
                 $(ARCHDIR)/boot/pic.o \
                 $(ARCHDIR)/boot/gdt.o \
                 $(ARCHDIR)/boot/idt.o \
                 $(ARCHDIR)/kernel/serial.o \