]> git.baikalelectronics.ru Git - kernel.git/commit
s390: move arch/s390/defconfig to arch/s390/configs/defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 May 2019 02:11:16 +0000 (11:11 +0900)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 14 May 2019 15:54:48 +0000 (17:54 +0200)
commita89760424a38446ad71322cf123fd21fe930e5ec
tree098859ee048950fc79336c462e1f9b0927ebc7be
parent37b9a05e06d9deb29b0da74681bfd278ef15cb30
s390: move arch/s390/defconfig to arch/s390/configs/defconfig

As of Linux 5.1, alpha and s390 are the last architectures that
have defconfig in arch/*/ instead of arch/*/configs/.

  $ find arch -name defconfig | sort
  arch/alpha/defconfig
  arch/arm64/configs/defconfig
  arch/csky/configs/defconfig
  arch/nds32/configs/defconfig
  arch/riscv/configs/defconfig
  arch/s390/defconfig

The arch/$(ARCH)/defconfig is the hard-coded default in Kconfig,
and I want to deprecate it after evacuating the remaining defconfig
into the standard location, arch/*/configs/.

Define KBUILD_DEFCONFIG like other architectures, and move defconfig
into the configs/ subdirectory.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Makefile
arch/s390/configs/defconfig [new file with mode: 0644]
arch/s390/defconfig [deleted file]