summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Makefile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-11-12 20:22:44 +0100
committerMichal Simek <michal.simek@xilinx.com>2014-01-21 08:28:18 +0100
commit8fad84c17d387fc457d30d8bf7c719e9b05eb960 (patch)
treedb888e8db3a4192211d0986493fed54ed485186b /arch/microblaze/Makefile
parentd8ec26d7f8287f5788a494f56e8814210f0e64be (diff)
downloadlinux-0-day-8fad84c17d387fc457d30d8bf7c719e9b05eb960.tar.gz
linux-0-day-8fad84c17d387fc457d30d8bf7c719e9b05eb960.tar.xz
microblaze: Wire up defconfig to mmu_defconfig
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> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/Makefile')
-rw-r--r--arch/microblaze/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile
index 40350a3c24e90..a69eaf2ab1301 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