summaryrefslogtreecommitdiffstats
path: root/arch/nds32
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-14 17:44:40 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-17 23:42:37 +0900
commit558ee616d177c8225e65c75b6b72952408e64a74 (patch)
tree21b57e901956c7f4caed059ebd787658bd26fced /arch/nds32
parentbe3bb599d84b50d27d6077085388afabdd2ee18a (diff)
downloadlinux-0-day-558ee616d177c8225e65c75b6b72952408e64a74.tar.gz
linux-0-day-558ee616d177c8225e65c75b6b72952408e64a74.tar.xz
nds32: remove unneeded code in arch/nds32/Makefile
- scripts/Kbuild.include already defined 'comma' - The top Makefile has 'PHONY += FORCE' - include/asm-*/ was moved to arch/*/include/asm/ a decade ago Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/nds32/Makefile b/arch/nds32/Makefile
index 0a935c136ec24..ac3482882cf93 100644
--- a/arch/nds32/Makefile
+++ b/arch/nds32/Makefile
@@ -3,9 +3,6 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment -S
KBUILD_DEFCONFIG := defconfig
-comma = ,
-
-
ifdef CONFIG_FUNCTION_TRACER
arch-y += -malways-save-lp -mno-relax
endif
@@ -54,8 +51,6 @@ endif
boot := arch/nds32/boot
core-y += $(boot)/dts/
-.PHONY: FORCE
-
Image: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
@@ -68,9 +63,6 @@ prepare: vdso_prepare
vdso_prepare: prepare0
$(Q)$(MAKE) $(build)=arch/nds32/kernel/vdso include/generated/vdso-offsets.h
-CLEAN_FILES += include/asm-nds32/constants.h*
-
-# We use MRPROPER_FILES and CLEAN_FILES now
archclean:
$(Q)$(MAKE) $(clean)=$(boot)