summaryrefslogtreecommitdiffstats
path: root/arch/ia64/Makefile
diff options
context:
space:
mode:
authorTony Luck2008-07-17 19:53:37 +0200
committerTony Luck2008-07-17 19:53:37 +0200
commitfca515fbfa5ecd9f7b54db311317e2c877d7831a (patch)
tree66b44028b3ab5be068be78650932812520d78865 /arch/ia64/Makefile
parentMerge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... (diff)
parent[IA64] pv_ops: move some functions in ivt.S to avoid lack of space. (diff)
downloadkernel-qcow2-linux-fca515fbfa5ecd9f7b54db311317e2c877d7831a.tar.gz
kernel-qcow2-linux-fca515fbfa5ecd9f7b54db311317e2c877d7831a.tar.xz
kernel-qcow2-linux-fca515fbfa5ecd9f7b54db311317e2c877d7831a.zip
Pull pvops into release branch
Diffstat (limited to 'arch/ia64/Makefile')
-rw-r--r--arch/ia64/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile
index e67ee3f27698..905d25b13d5a 100644
--- a/arch/ia64/Makefile
+++ b/arch/ia64/Makefile
@@ -100,3 +100,9 @@ define archhelp
echo ' boot - Build vmlinux and bootloader for Ski simulator'
echo '* unwcheck - Check vmlinux for invalid unwind info'
endef
+
+archprepare: make_nr_irqs_h FORCE
+PHONY += make_nr_irqs_h FORCE
+
+make_nr_irqs_h: FORCE
+ $(Q)$(MAKE) $(build)=arch/ia64/kernel include/asm-ia64/nr-irqs.h