summaryrefslogtreecommitdiff
path: root/arch/ia64
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-03-13 09:13:55 +0900
committerMark Salyzyn <salyzyn@google.com>2017-03-30 09:11:57 -0700
commitf186947ce6fb40a19ac180d819b7c5e733a3a229 (patch)
treee0cc0e10cc8b9f20ee26fbe1fcfd4fb4d2c084b4 /arch/ia64
parent510b819279cb6d4b803059ef66ec1bc05e187a04 (diff)
UPSTREAM: kbuild: drop FORCE from PHONY targets
(cherry pick from commit 2e8d696b79e9c68d3005a9b09a8c72625d141ea6) These targets are marked as PHONY. No need to add FORCE to their dependency. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.com> Bug: 20045882 Bug: 19198045 Change-Id: I718d46c339c99418d543cc64cabc851307e5abb7
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile
index 970d0bd99621..648f1cef33fa 100644
--- a/arch/ia64/Makefile
+++ b/arch/ia64/Makefile
@@ -95,8 +95,8 @@ define archhelp
echo '* unwcheck - Check vmlinux for invalid unwind info'
endef
-archprepare: make_nr_irqs_h FORCE
+archprepare: make_nr_irqs_h
PHONY += make_nr_irqs_h FORCE
-make_nr_irqs_h: FORCE
+make_nr_irqs_h:
$(Q)$(MAKE) $(build)=arch/ia64/kernel include/generated/nr-irqs.h