linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] microblaze: Wire up defconfig to mmu_defconfig
@ 2013-11-12 19:22 Geert Uytterhoeven
  2013-11-13 10:02 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2013-11-12 19:22 UTC (permalink / raw)
  To: Michal Simek; +Cc: microblaze-uclinux, linux-kernel, Geert Uytterhoeven

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>
---
 arch/microblaze/Makefile |    2 ++
 1 file changed, 2 insertions(+)

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
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] microblaze: Wire up defconfig to mmu_defconfig
  2013-11-12 19:22 [PATCH] microblaze: Wire up defconfig to mmu_defconfig Geert Uytterhoeven
@ 2013-11-13 10:02 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2013-11-13 10:02 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: microblaze-uclinux, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

On 11/12/2013 08:22 PM, Geert Uytterhoeven wrote:
> 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>
> ---
>  arch/microblaze/Makefile |    2 ++
>  1 file changed, 2 insertions(+)
> 
> 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
> 

Applied.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-13 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-12 19:22 [PATCH] microblaze: Wire up defconfig to mmu_defconfig Geert Uytterhoeven
2013-11-13 10:02 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).