12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
KERNEL_ARCH_CFLAGS=
|
|
KERNEL_ARCH_CPPFLAGS=
|
|
KERNEL_ARCH_LDFLAGS=
|
|
KERNEL_ARCH_LIBS=
|
|
|
|
KERNEL_ARCH_OBJS=\
|
|
$(ARCHDIR)/boot/boot.o \
|
|
$(ARCHDIR)/vga/tty.o \
|
|
$(ARCHDIR)/boot/gdt.o \
|
|
$(ARCHDIR)/paging/paging.o \
|
|
$(ARCHDIR)/boot/idt.o \
|
|
$(ARCHDIR)/boot/pic.o |