diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-10-29 11:41:28 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-01 11:15:25 -0400 |
commit | 0085b4191f3e30ec94beef4103679f2828d3c54f (patch) | |
tree | e2e112f502fb010715fba1f11d7a5fa5d4ca31eb /scripts | |
parent | 04c459d204484fa4747d29c24f00df11fe6334d4 (diff) |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 5d37a604ecc8..63b609243d03 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -68,14 +68,7 @@ PHONY += $(simple-targets) | |||
68 | $(simple-targets): $(obj)/conf | 68 | $(simple-targets): $(obj)/conf |
69 | $< $(silent) --$@ $(Kconfig) | 69 | $< $(silent) --$@ $(Kconfig) |
70 | 70 | ||
71 | PHONY += silentoldconfig savedefconfig defconfig | 71 | PHONY += 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" | ||
79 | 72 | ||
80 | savedefconfig: $(obj)/conf | 73 | savedefconfig: $(obj)/conf |
81 | $< $(silent) --$@=defconfig $(Kconfig) | 74 | $< $(silent) --$@=defconfig $(Kconfig) |