mirror of
https://git.busybox.net/uClibc
synced 2025-05-08 23:02:28 +08:00
buildsys: store savedefconfig to defconfig file
It now generated a file name defconfig in current directory Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:
parent
de6561f666
commit
3580da1fe7
@ -496,7 +496,7 @@ defconfig: $(conf) ; $(cmd_defconfig)
|
||||
%_defconfig: $(conf) ; $(cmd_defconfig)
|
||||
|
||||
savedefconfig: $(conf)
|
||||
$(Q)$< -S $(KCONFIG_CONFIG) $(Kconfig)
|
||||
$(Q)$< -S defconfig $(Kconfig)
|
||||
listnewconfig: $(conf)
|
||||
$(Q)$< -l $(Kconfig)
|
||||
olddefconfig: $(conf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user