aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-21 22:14:12 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-21 22:14:12 +0200
commitd4405dfb012ca70c06dfc3217265e4e9cd01b68a (patch)
tree76a99805e7a0f948bd885c89b219db13240efebd /makefile
parentCheck multiboot2 header length, and if needed map the next page as well (diff)
downloadkernel.cpp-d4405dfb012ca70c06dfc3217265e4e9cd01b68a.tar.xz
Place bootstrap code into multiboot section
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7eecced..6e44faf 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ OBJ_DIR != echo $(CONFIG_OBJ_DIR)
include toolchain.makefile
.PHONY: default clean test todo run menuconfig
-default: $(OBJ_DIR)/glitch.elf
+all: $(OBJ_DIR)/glitch.elf
include libk/makefile
include src/makefile