Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fad84c1 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Michal Simek
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent d8ec26d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
KBUILD_DEFCONFIG := mmu_defconfig

ifeq ($(CONFIG_MMU),y)
UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
else