|
@@ -92,6 +92,8 @@ PHONY += oldnoconfig savedefconfig defconfig
|
|
# on its behavior (sets new symbols to their default value but not 'n') with the
|
|
# on its behavior (sets new symbols to their default value but not 'n') with the
|
|
# counter-intuitive name.
|
|
# counter-intuitive name.
|
|
oldnoconfig: olddefconfig
|
|
oldnoconfig: olddefconfig
|
|
|
|
+ @echo " WARNING: \"oldnoconfig\" target will be removed after Linux 4.19"
|
|
|
|
+ @echo " Please use \"olddefconfig\" instead, which is an alias."
|
|
|
|
|
|
savedefconfig: $(obj)/conf
|
|
savedefconfig: $(obj)/conf
|
|
$< $(silent) --$@=defconfig $(Kconfig)
|
|
$< $(silent) --$@=defconfig $(Kconfig)
|