kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 12 May 2021 07:57:25 +0000 (16:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 26 May 2021 14:10:37 +0000 (23:10 +0900)
commitd92cc4d5164398cc6d191084b46e622976c0ba89
treee87efead15202005ba0ec53f5f03a70149f80ea4
parent0d989ac2c90b5f51fe12102d3cddf54b959f2014
kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild

arch/$(SRCARCH)/Kbuild is useful for Makefile cleanups because you can
use the obj-y syntax.

Add an empty file if it is missing in arch/$(SRCARCH)/.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
24 files changed:
Makefile
arch/alpha/Kbuild [new file with mode: 0644]
arch/arc/Makefile
arch/arm/Makefile
arch/arm64/Makefile
arch/csky/Kbuild [new file with mode: 0644]
arch/h8300/Kbuild [new file with mode: 0644]
arch/hexagon/Kbuild [new file with mode: 0644]
arch/ia64/Kbuild [new file with mode: 0644]
arch/m68k/Makefile
arch/microblaze/Kbuild [new file with mode: 0644]
arch/mips/Makefile
arch/nds32/Kbuild [new file with mode: 0644]
arch/nios2/Kbuild [new file with mode: 0644]
arch/openrisc/Makefile
arch/parisc/Kbuild [new file with mode: 0644]
arch/powerpc/Makefile
arch/riscv/Makefile
arch/s390/Makefile
arch/sh/Kbuild [new file with mode: 0644]
arch/sparc/Makefile
arch/um/Kbuild [new file with mode: 0644]
arch/x86/Makefile
arch/xtensa/Kbuild [new file with mode: 0644]