linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] microblaze: Wire up defconfig to mmu_defconfig
@ 2013-11-12 19:22 Geert Uytterhoeven
  2013-11-13 10:02 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2013-11-12 19:22 UTC (permalink / raw)
  To: Michal Simek; +Cc: microblaze-uclinux, linux-kernel, Geert Uytterhoeven

Without this, "make defconfig" fails with

*** Can't find default configuration "arch/microblaze/defconfig"!

All other architectures either set KBUILD_DEFCONFIG, or provide
arch/*/defconfig.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 arch/microblaze/Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile
index 40350a3c24e9..a69eaf2ab130 100644
--- a/arch/microblaze/Makefile
+++ b/arch/microblaze/Makefile
@@ -1,3 +1,5 @@
+KBUILD_DEFCONFIG := mmu_defconfig
+
 ifeq ($(CONFIG_MMU),y)
 UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
 else
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-13 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-12 19:22 [PATCH] microblaze: Wire up defconfig to mmu_defconfig Geert Uytterhoeven
2013-11-13 10:02 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).