arch: add KBUILD_DEFCONFIG to allow "make defconfig"
Currently, "make defconfig" is only supported for sandbox and x86.

I set KBUILD_DEFCONFIG to support "make defconfig" where I was able
to find a suitable one.

nios2 and openrisc have a single generic_defconfig, so it is definitely
good for KBUILD_DEFCONFIG.

For arm, mips, I assume qemu is a preferred choice over a real board.

blackfin has only one defconfig. Since it is inactive (it is gone in
Linux), so no more defconfig will come in.

I am not sure about ppc and riscv, so I did not touch them.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent b0a89d8 commit 4ce32536211a898dd176c2de6d7d131727378b14
@Masahiro Yamada Masahiro Yamada authored on 10 May 2019
Sascha Hauer committed on 13 May 2019
Showing 5 changed files
View
arch/arm/Makefile
View
arch/blackfin/Makefile
View
arch/mips/Makefile
View
arch/nios2/Makefile
View
arch/openrisc/Makefile