diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-04-07 22:16:10 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-04-20 04:38:40 -0400 |
commit | 1c44b28dfe527d70a6451ffb7ee091221be82168 (patch) | |
tree | 0b669db9d3545057e4310a224dbbdb0736e837a9 /arch/ia64/Makefile | |
parent | be1fb0e8eb0821234a9df2e2938332c1884f7f0f (diff) |
kbuild: drop redundant "PHONY += FORCE"
"PHONY += FORCE" is already cared by scripts/Makefile.build,
which these files are included from.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'arch/ia64/Makefile')
-rw-r--r-- | arch/ia64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index 648f1cef33fa..c100d780f1eb 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile | |||
@@ -96,7 +96,7 @@ define archhelp | |||
96 | endef | 96 | endef |
97 | 97 | ||
98 | archprepare: make_nr_irqs_h | 98 | archprepare: make_nr_irqs_h |
99 | PHONY += make_nr_irqs_h FORCE | 99 | PHONY += make_nr_irqs_h |
100 | 100 | ||
101 | make_nr_irqs_h: | 101 | make_nr_irqs_h: |
102 | $(Q)$(MAKE) $(build)=arch/ia64/kernel include/generated/nr-irqs.h | 102 | $(Q)$(MAKE) $(build)=arch/ia64/kernel include/generated/nr-irqs.h |