summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-14 20:04:27 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-14 20:04:27 +0100
commit8edbc85a705d10e1d520ca7acf7d97d23d7b20d7 (patch)
treeef632ef33e1118cd42443c6bebda03ec4d6df3a0 /makefile
parent4d80a0e029936f44b7af92144bda4f9c8d31c586 (diff)
Add pwd command utility
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/makefile b/makefile
index 7f039714..5f42ac85 100644
--- a/makefile
+++ b/makefile
@@ -155,10 +155,6 @@ PHONY += menuconfig
menuconfig:
$(Q)$(MAKE) -f scripts/kconfig/makefile menuconfig
-PHONY += defconfig
-defconfig:
- $(Q)$(MAKE) -f scripts/kconfig/makefile defconfig
-
include-what-you-use: compile_commands.json
$(Q)iwyu_tool.py -p. -j4 -- -Xiwyu --update_comments -Xiwyu --transitive_includes_only -Xiwyu --no_internal_mappings | \
fix_includes.py --comments \