aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index deb1bac..c8fb67f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,10 @@ CXXFLAGS := -m32 -ggdb -g3 -O0 -fno-pic -ffreestanding -fno-rtti -fno-exceptions
LDFLAGS := -m32 -static -T link.ld -ffreestanding -nostdlib
CXXFILES := acpi.cpp \
- boot.cpp \
+ boot.cpp \
gdt.cpp \
idt.cpp \
+ keyboard.cpp \
memory.cpp \
multiboot.cpp \
pic.cpp \