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>
This commit is contained in:
Masahiro Yamada
2021-05-12 16:57:25 +09:00
parent 0d989ac2c9
commit d92cc4d516
24 changed files with 13 additions and 24 deletions
+1
View File
@@ -0,0 +1 @@
# SPDX-License-Identifier: GPL-2.0-only