mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-01 15:15:19 -04:00
kconfig: rename loose_nonint_oldconfig => oldnoconfig
Rename target to something that fall more in line with the other kconfig targets. oldnoconfig shall read as: - read the old configuration and set all new options to no Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Aristeu Rozanski <aris@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
committed by
Michal Marek
parent
4062f1a4c0
commit
ef61ca88c5
@@ -90,9 +90,9 @@ PHONY += allnoconfig allyesconfig allmodconfig randconfig
|
||||
allnoconfig allyesconfig allmodconfig randconfig: $(obj)/conf
|
||||
$< --$@ $(Kconfig)
|
||||
|
||||
PHONY += nonint_oldconfig loose_nonint_oldconfig defconfig
|
||||
PHONY += nonint_oldconfig oldnoconfig defconfig
|
||||
|
||||
nonint_oldconfig loose_nonint_oldconfig: $(obj)/conf
|
||||
nonint_oldconfig oldnoconfig: $(obj)/conf
|
||||
$< --$@ $(Kconfig)
|
||||
|
||||
defconfig: $(obj)/conf
|
||||
@@ -124,8 +124,7 @@ help:
|
||||
@echo ' allnoconfig - New config where all options are answered with no'
|
||||
@echo ' nonint_oldconfig - Checks the current configuration and fails if an option is '
|
||||
@echo ' not set'
|
||||
@echo ' loose_nonint_oldconfig - Same as nonint_oldconfig, but updates the config file with '
|
||||
@echo ' missing config options as unset'
|
||||
@echo ' oldnoconfig - Same as silentoldconfig but set new symbols to n (unset)'
|
||||
|
||||
# lxdialog stuff
|
||||
check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
|
||||
|
||||
Reference in New Issue
Block a user