diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-12 14:22:44 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-01-21 02:28:18 -0500 |
commit | 8fad84c17d387fc457d30d8bf7c719e9b05eb960 (patch) | |
tree | db888e8db3a4192211d0986493fed54ed485186b /arch/microblaze/Makefile | |
parent | d8ec26d7f8287f5788a494f56e8814210f0e64be (diff) |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | KBUILD_DEFCONFIG := mmu_defconfig | ||
2 | |||
1 | ifeq ($(CONFIG_MMU),y) | 3 | ifeq ($(CONFIG_MMU),y) |
2 | UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\" | 4 | UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\" |
3 | else | 5 | else |