From d92cc4d5164398cc6d191084b46e622976c0ba89 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 12 May 2021 16:57:25 +0900 Subject: 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 --- arch/nds32/Kbuild | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/nds32/Kbuild (limited to 'arch/nds32') diff --git a/arch/nds32/Kbuild b/arch/nds32/Kbuild new file mode 100644 index 000000000000..a4e40e534e6a --- /dev/null +++ b/arch/nds32/Kbuild @@ -0,0 +1 @@ +# SPDX-License-Identifier: GPL-2.0-only -- cgit From c1ba79ece88f33bae81617463d043fdf66e86a66 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 9 May 2021 23:31:24 +0900 Subject: nds32: add arch/nds32/boot/.gitignore Ignore arch/nds32/boot/Image. Signed-off-by: Masahiro Yamada --- arch/nds32/boot/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 arch/nds32/boot/.gitignore (limited to 'arch/nds32') diff --git a/arch/nds32/boot/.gitignore b/arch/nds32/boot/.gitignore new file mode 100644 index 000000000000..9182a3a1ea0a --- /dev/null +++ b/arch/nds32/boot/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +/Image -- cgit