diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index df6469fd3dcc..a5ab2f7909de 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
| @@ -92,6 +92,8 @@ PHONY += oldnoconfig savedefconfig defconfig | |||
| 92 | # on its behavior (sets new symbols to their default value but not 'n') with the | 92 | # on its behavior (sets new symbols to their default value but not 'n') with the |
| 93 | # counter-intuitive name. | 93 | # counter-intuitive name. |
| 94 | oldnoconfig: olddefconfig | 94 | oldnoconfig: olddefconfig |
| 95 | @echo " WARNING: \"oldnoconfig\" target will be removed after Linux 4.19" | ||
| 96 | @echo " Please use \"olddefconfig\" instead, which is an alias." | ||
| 95 | 97 | ||
| 96 | savedefconfig: $(obj)/conf | 98 | savedefconfig: $(obj)/conf |
| 97 | $< $(silent) --$@=defconfig $(Kconfig) | 99 | $< $(silent) --$@=defconfig $(Kconfig) |
