]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 May 2019 02:14:05 +0000 (11:14 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 18 May 2019 02:49:55 +0000 (11:49 +0900)
commit107d6192de1f247c48a649be1b77f5499a81fbf9
tree67af733837d7d8150e7f5d4ed9e71800b4f4dc7e
parente75e45453240f9183bf6847c3b83cc2fc45cbd7d
alpha: move arch/alpha/defconfig to arch/alpha/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>
Reviewed-by: Paul Walmsley <paul@pwsan.com>
arch/alpha/Makefile
arch/alpha/configs/defconfig [new file with mode: 0644]
arch/alpha/defconfig [deleted file]