Added new source files to Makefile.am

This commit is contained in:
2021-04-14 00:52:29 -05:00
parent 4c2ded8676
commit 6f625451ca

View File

@@ -7,6 +7,8 @@ quark_kernel_LDFLAGS = -nostdlib
if x86
quark_kernel_SOURCES += x86/mmgr.c \
x86/putc.c \
x86/multiboot2.c \
x86/isr.c \
x86/quark_x86.c \
x86/entry.S
quark_kernel_LDFLAGS += -T x86/linker.ld