diff options
Diffstat (limited to 'arch/ia64/Makefile')
-rw-r--r-- | arch/ia64/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index 88f1a55c6c94..3b9c8cadfd34 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile | |||
@@ -99,3 +99,9 @@ define archhelp | |||
99 | echo ' boot - Build vmlinux and bootloader for Ski simulator' | 99 | echo ' boot - Build vmlinux and bootloader for Ski simulator' |
100 | echo '* unwcheck - Check vmlinux for invalid unwind info' | 100 | echo '* unwcheck - Check vmlinux for invalid unwind info' |
101 | endef | 101 | endef |
102 | |||
103 | archprepare: make_nr_irqs_h FORCE | ||
104 | PHONY += make_nr_irqs_h FORCE | ||
105 | |||
106 | make_nr_irqs_h: FORCE | ||
107 | $(Q)$(MAKE) $(build)=arch/ia64/kernel include/asm-ia64/nr-irqs.h | ||