diff mbox

[6/6] Add defconfigs for ARC

Message ID C2D7FE5348E1B147BCA15975FBA230751563F5@IN01WEMBXA.internal.synopsys.com
State Superseded
Headers show

Commit Message

Vineet Gupta Nov. 15, 2013, 10:38 a.m. UTC
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

-Vineet
diff mbox

Patch

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,