kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 May 2019 14:37:24 +0000 (23:37 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jun 2019 06:08:18 +0000 (15:08 +0900)
commitbd305f259cd33f6cd550e479d0a0a856cd8b7941
treeb5af09fac7dabb6eca2b0e7dfdca62862f358705
parent5533397d1ec83d749067794f54283890e38ff0c1
kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG

Until recently, if KBUILD_DEFCONFIG was not set by the arch Makefile,
the default path arch/*/defconfig was used.

The last users of the default are gone by the following commits:

- Commit f3e20ad67b4c ("s390: move arch/s390/defconfig to
  arch/s390/configs/defconfig")

- Commit 986a13769c4b ("alpha: move arch/alpha/defconfig to
  arch/alpha/configs/defconfig")

Let's set arch/*/configs/defconfig as a new default. This saves
KBUILD_DEFCONFIG for some architectures.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
arch/alpha/Makefile
arch/arm64/Makefile
arch/csky/Makefile
arch/nds32/Makefile
arch/riscv/Makefile
arch/s390/Makefile
scripts/kconfig/Makefile