summaryrefslogtreecommitdiff
path: root/arch/i386/make.config
blob: 1f09aea044a7f5962ce3aaa3bc078dd919a28cc7 (plain)
1
2
3
4
5
6
7
8
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)/kernel/serial.o \