ARM: 8981/1: add arch/arm/Kbuild
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 26 May 2020 13:20:31 +0000 (14:20 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 21 Jul 2020 15:33:35 +0000 (16:33 +0100)
Use the standard obj-y form to specify the sub-directories under
arch/arm/. No functional change intended.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/Kbuild [new file with mode: 0644]
arch/arm/Makefile

diff --git a/arch/arm/Kbuild b/arch/arm/Kbuild
new file mode 100644 (file)
index 0000000..5208f70
--- /dev/null
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-only
+obj-$(CONFIG_FPE_NWFPE)                += nwfpe/
+# Put arch/arm/fastfpe/ to use this.
+obj-$(CONFIG_FPE_FASTFPE)      += $(patsubst $(srctree)/$(src)/%,%,$(wildcard $(srctree)/$(src)/fastfpe/))
+obj-$(CONFIG_VFP)              += vfp/
+obj-$(CONFIG_XEN)              += xen/
+obj-$(CONFIG_VDSO)             += vdso/
+obj-y                          += kernel/ mm/ common/
+obj-y                          += probes/
+obj-y                          += net/
+obj-y                          += crypto/
index 59fde2d..2731c20 100644 (file)
@@ -275,18 +275,8 @@ endif
 
 export TEXT_OFFSET GZFLAGS MMUEXT
 
-core-$(CONFIG_FPE_NWFPE)       += arch/arm/nwfpe/
-# Put arch/arm/fastfpe/ to use this.
-core-$(CONFIG_FPE_FASTFPE)     += $(patsubst $(srctree)/%,%,$(wildcard $(srctree)/arch/arm/fastfpe/))
-core-$(CONFIG_VFP)             += arch/arm/vfp/
-core-$(CONFIG_XEN)             += arch/arm/xen/
-core-$(CONFIG_VDSO)            += arch/arm/vdso/
-
+core-y                         += arch/arm/
 # If we have a machine-specific directory, then include it in the build.
-core-y                         += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
-core-y                         += arch/arm/probes/
-core-y                         += arch/arm/net/
-core-y                         += arch/arm/crypto/
 core-y                         += $(machdirs) $(platdirs)
 
 # For cleaning