[PATCH 6/6] Add defconfigs for ARC

Vineet Gupta Vineet.Gupta1 at synopsys.com
Fri Nov 15 10:38:56 UTC 2013


On 11/12/2013 08:02 PM, Bernhard Reutner-Fischer wrote:

> We have savedefconfig now, fwiw.
> thanks,

Yes I had not rebased my code. After a distclean it does seem to work - so v2 will
have the minimal defconfigs.
However savedefconfig over-writes the current .config as opposed to creating a
different file.

Do we need something like below

diff --git a/Makefile.in b/Makefile.in
index 500b8f37d998..c52db50a93c8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -489,7 +489,7 @@ defconfig: $(conf)   ; $(cmd_defconfig)
 %_defconfig: $(conf) ; $(cmd_defconfig)
 
 savedefconfig: $(conf)
-       $(Q)$< -S $(KCONFIG_CONFIG) $(Kconfig)
+       $(Q)$< -S defconfig $(Kconfig)


Thx,
-Vineet


More information about the uClibc mailing list