aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-16 12:34:18 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-16 12:34:18 +0200
commitd39920b62e3e0371c5698aae2c316671130b0956 (patch)
tree7b561a5f53d1d4373fbe30c72d5ef3b9888a5d4a /makefile
parentMap .text and .rodata as read-only (diff)
downloadkernel.cpp-d39920b62e3e0371c5698aae2c316671130b0956.tar.xz
Switch lto to full
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5f2d833..fc3338e 100644
--- a/makefile
+++ b/makefile
@@ -38,7 +38,6 @@ $(CXX_TEST_OBJ): $(OBJ_DIR)/%.o : %.cc
clean:
@rm -rf $(autogen) $(AS_OBJ) $(CXX_OBJ) $(CXX_DEP) $(CXX_TEST_OBJ) $(OBJ_DIR)/glitch.elf $(OBJ_DIR)/isodir
- @rm -rf $(OBJ_DIR)/*_cache
@make -C tools/kconfig OBJ_DIR=$(CURDIR)/$(OBJ_DIR)/kconfig clean
# testing