Use obj-y to clean up Makefile. Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> --- arch/nds32/Kbuild | 3 +++ arch/nds32/Makefile | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/nds32/Kbuild b/arch/nds32/Kbuild index 4e39f7abdeb6..ac127371afa4 100644 --- a/arch/nds32/Kbuild +++ b/arch/nds32/Kbuild @@ -1,4 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only +obj-y += kernel/ mm/ +obj-$(CONFIG_FPU) += math-emu/ +obj-y += boot/dts/ # for cleaning subdir- += boot diff --git a/arch/nds32/Makefile b/arch/nds32/Makefile index b33d5d81b6ae..7be31e3d7f2d 100644 --- a/arch/nds32/Makefile +++ b/arch/nds32/Makefile @@ -27,8 +27,6 @@ export TEXTADDR # If we have a machine-specific directory, then include it in the build. -core-y += arch/nds32/kernel/ arch/nds32/mm/ -core-$(CONFIG_FPU) += arch/nds32/math-emu/ libs-y += arch/nds32/lib/ ifdef CONFIG_CPU_LITTLE_ENDIAN @@ -44,7 +42,6 @@ CHECKFLAGS += -D__NDS32_EB__ endif boot := arch/nds32/boot -core-y += $(boot)/dts/ Image: vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ -- 2.32.0