aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
new file mode 100644
index 0000000..86c8877
--- /dev/null
+++ b/src/makefile
@@ -0,0 +1,5 @@
+AS_OBJ += src/boot.o
+
+CXX_OBJ += src/kernel.o \
+ src/kernel/dump_multiboot.o \
+ src/vga.o