Skip to content

Commit 0085b41

Browse files
committed
kconfig: remove silentoldconfig target
As commit 911a91c ("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>
1 parent 04c459d commit 0085b41

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Documentation/networking/ice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Enabling the driver
2020
The driver is enabled via the standard kernel configuration system,
2121
using the make command::
2222

23-
make oldconfig/silentoldconfig/menuconfig/etc.
23+
make oldconfig/menuconfig/etc.
2424

2525
The driver is located in the menu structure at:
2626

scripts/kconfig/Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,7 @@ PHONY += $(simple-targets)
6868
$(simple-targets): $(obj)/conf
6969
$< $(silent) --$@ $(Kconfig)
7070

71-
PHONY += silentoldconfig savedefconfig defconfig
72-
73-
# We do not expect manual invokcation of "silentoldcofig" (or "syncconfig").
74-
silentoldconfig: syncconfig
75-
@echo " WARNING: \"silentoldconfig\" has been renamed to \"syncconfig\""
76-
@echo " and is now an internal implementation detail."
77-
@echo " What you want is probably \"oldconfig\"."
78-
@echo " \"silentoldconfig\" will be removed after Linux 4.19"
71+
PHONY += savedefconfig defconfig
7972

8073
savedefconfig: $(obj)/conf
8174
$< $(silent) --$@=defconfig $(Kconfig)

0 commit comments

Comments
 (0)