diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-12 23:22:44 +0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-01-21 11:28:18 +0400 |
commit | 8fad84c17d387fc457d30d8bf7c719e9b05eb960 (patch) | |
tree | db888e8db3a4192211d0986493fed54ed485186b /arch/microblaze | |
parent | d8ec26d7f8287f5788a494f56e8814210f0e64be (diff) | |
download | linux-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')
-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 @@ +KBUILD_DEFCONFIG := mmu_defconfig + ifeq ($(CONFIG_MMU),y) UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\" else |