Browse Source

kconfig: remove silentoldconfig target

As commit 911a91c39cab ("kconfig: rename silentoldconfig to
syncconfig") announced, it is time for the removal.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Masahiro Yamada 6 năm trước cách đây
mục cha
commit
0085b4191f

+ 1 - 1
Documentation/networking/ice.rst

@@ -20,7 +20,7 @@ Enabling the driver
 The driver is enabled via the standard kernel configuration system,
 The driver is enabled via the standard kernel configuration system,
 using the make command::
 using the make command::
 
 
-  make oldconfig/silentoldconfig/menuconfig/etc.
+  make oldconfig/menuconfig/etc.
 
 
 The driver is located in the menu structure at:
 The driver is located in the menu structure at:
 
 

+ 1 - 8
scripts/kconfig/Makefile

@@ -68,14 +68,7 @@ PHONY += $(simple-targets)
 $(simple-targets): $(obj)/conf
 $(simple-targets): $(obj)/conf
 	$< $(silent) --$@ $(Kconfig)
 	$< $(silent) --$@ $(Kconfig)
 
 
-PHONY += silentoldconfig savedefconfig defconfig
-
-# We do not expect manual invokcation of "silentoldcofig" (or "syncconfig").
-silentoldconfig: syncconfig
-	@echo "  WARNING: \"silentoldconfig\" has been renamed to \"syncconfig\""
-	@echo "            and is now an internal implementation detail."
-	@echo "            What you want is probably \"oldconfig\"."
-	@echo "            \"silentoldconfig\" will be removed after Linux 4.19"
+PHONY += savedefconfig defconfig
 
 
 savedefconfig: $(obj)/conf
 savedefconfig: $(obj)/conf
 	$< $(silent) --$@=defconfig $(Kconfig)
 	$< $(silent) --$@=defconfig $(Kconfig)