Skip to content

Commit

Permalink
kconfig: remove silentoldconfig target
Browse files Browse the repository at this point in the history
As commit 911a91c ("kconfig: rename silentoldconfig to
syncconfig") announced, it is time for the removal.

Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Jeff Kirsher <[email protected]>
  • Loading branch information
masahir0y committed Nov 1, 2018
1 parent 04c459d commit 0085b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Documentation/networking/ice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Enabling the driver
The driver is enabled via the standard kernel configuration system,
using the make command::

make oldconfig/silentoldconfig/menuconfig/etc.
make oldconfig/menuconfig/etc.

The driver is located in the menu structure at:

Expand Down
9 changes: 1 addition & 8 deletions scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,7 @@ PHONY += $(simple-targets)
$(simple-targets): $(obj)/conf
$< $(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
$< $(silent) --$@=defconfig $(Kconfig)
Expand Down

0 comments on commit 0085b41

Please sign in to comment.