[PATCH] nios2: enable "make defconfig"

From: Paul Bolle
Date: Tue Dec 09 2014 - 15:02:30 EST


Running "make defconfig" currently fails for nios2:
$ make ARCH=nios2 defconfig
scripts/kconfig/conf --defconfig Kconfig
***
*** Can't find default configuration "arch/nios2/defconfig"!
***
make[1]: *** [defconfig] Error 1
make: *** [defconfig] Error 2

Add a definition for KBUILD_DEFCONFIG to the nios2's main Makefile to
enable this make target.

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
arch/nios2/Makefile | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/nios2/Makefile b/arch/nios2/Makefile
index e142c9ee51fa..2328f82ba2a8 100644
--- a/arch/nios2/Makefile
+++ b/arch/nios2/Makefile
@@ -14,6 +14,8 @@
# Nios2 port by Wind River Systems Inc trough:
# fredrik.markstrom@xxxxxxxxx and ivarholmqvist@xxxxxxxxx

+KBUILD_DEFCONFIG := 3c120_defconfig
+
UTS_SYSNAME = Linux

export MMU
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/