projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ec26d
)
microblaze: Wire up defconfig to mmu_defconfig
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Tue, 12 Nov 2013 19:22:44 +0000
(20:22 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
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 <geert@linux-m68k.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/Makefile
patch
|
blob
|
history
diff --git
a/arch/microblaze/Makefile
b/arch/microblaze/Makefile
index
40350a3
..
a69eaf2
100644
(file)
--- 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