15 lines
No EOL
316 B
Text
Executable file
15 lines
No EOL
316 B
Text
Executable file
KERNEL_ARCH_CFLAGS=
|
|
KERNEL_ARCH_CPPFLAGS=
|
|
KERNEL_ARCH_LDFLAGS=
|
|
KERNEL_ARCH_LIBS=
|
|
|
|
KERNEL_ARCH_OBJS=$(ARCHDIR)/boot.o \
|
|
$(ARCHDIR)/tty.o \
|
|
$(ARCHDIR)/init.o \
|
|
$(ARCHDIR)/cmos.o \
|
|
$(ARCHDIR)/gdt.o \
|
|
$(ARCHDIR)/gdt_load.o \
|
|
$(ARCHDIR)/interrupt.o \
|
|
$(ARCHDIR)/inter.o \
|
|
$(ARCHDIR)/ps2_kbd.o \
|
|
$(ARCHDIR)/syscall_uname.o |