aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-07 21:44:12 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-07 21:44:12 +0200
commit361f02166cc939879b58328cbf5e75a050c93e1d (patch)
tree09c6f0a2be4182d78d9fbbe6c4ffe56838bd1642 /makefile
parentscheduler: fix task switching (diff)
downloadkernel.cpp-361f02166cc939879b58328cbf5e75a050c93e1d.tar.xz
Move multiboot header to its own section
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile b/makefile
index 829d566..afbe1d1 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@ include toolchain.makefile
include .config
OBJ_DIR != echo $(CONFIG_OBJ_DIR)
-.PHONY: default clean test check-grub run
+.PHONY: default clean test todo run
default: glitch.elf
include libk/makefile
@@ -42,6 +42,9 @@ clean:
# testing
test: $(CXX_TEST_OBJ)
+todo:
+ @grep TODO -r libk/ src/ drivers/
+
# disk image
glitch.iso: glitch.elf grub/grub.cfg
@mkdir -p isodir/boot/grub