microblaze: Wire up defconfig to mmu_defconfig
authorGeert Uytterhoeven <[email protected]>
Tue, 12 Nov 2013 19:22:44 +0000 (20:22 +0100)
committerMichal Simek <[email protected]>
Tue, 21 Jan 2014 07:28:18 +0000 (08:28 +0100)
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/microblaze/Makefile

index 40350a3c24e907f01f3c193018abb6a34ee35541..a69eaf2ab1301466c662e27f37837c86d8193d61 100644 (file)
@@ -1,3 +1,5 @@
+KBUILD_DEFCONFIG := mmu_defconfig
+
 ifeq ($(CONFIG_MMU),y)
 UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
 else