summaryrefslogtreecommitdiff
path: root/arch/i386/make.config
blob: 65827944a73528f5ebbed14c5a9c8e715ed8c065 (plain)
1
2
3
4
5
6
7
8
9
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/tty.o \
                 $(ARCHDIR)/boot/gdt.o \
                 $(ARCHDIR)/kernel/serial.o \