Fixed formatting in src/Makefile.am

This commit is contained in:
2020-08-01 17:55:51 -05:00
parent 9e1d82c837
commit c281db928f

View File

@@ -5,7 +5,7 @@ quark_kernel_CPPFLAGS = -ffreestanding -mgeneral-regs-only -O0 -Wall -fno-except
quark_kernel_LDFLAGS = -nostdlib
if x86
quark_kernel_SOURCES += x86/pagetableentry.cpp \
quark_kernel_SOURCES += x86/pagetableentry.cpp \
x86/mmap.cpp \
x86/interrupts.cpp \
x86/inthandlers.cpp \