We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c36d88 commit 9bba03dCopy full SHA for 9bba03d
scripts/kconfig/Makefile
@@ -94,16 +94,6 @@ configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/c
94
$(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
95
$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
96
97
-PHONY += kvmconfig
98
-kvmconfig: kvm_guest.config
99
- @echo >&2 "WARNING: 'make $@' will be removed after Linux 5.10"
100
- @echo >&2 " Please use 'make $<' instead."
101
-
102
-PHONY += xenconfig
103
-xenconfig: xen.config
104
105
106
107
PHONY += tinyconfig
108
tinyconfig:
109
$(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config
0 commit comments