summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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 \