|
@@ -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)
|