diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:22:20 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:22:20 -0400 |
commit | dc901d6d2596d45f2c398e735125e5123b4e2774 (patch) | |
tree | dca3099e14cc4066b2e1ae327213f7a04aee60ff /include/asm-ia64/Kbuild | |
parent | 1e7c34994d809820dbe31220397b62660d8d1514 (diff) |
Add Kbuild file for IA64 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-ia64/Kbuild')
-rw-r--r-- | include/asm-ia64/Kbuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-ia64/Kbuild b/include/asm-ia64/Kbuild new file mode 100644 index 000000000000..85d6f8005eb4 --- /dev/null +++ b/include/asm-ia64/Kbuild | |||
@@ -0,0 +1,7 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | header-y += break.h fpu.h fpswa.h gcc_intrin.h ia64regs.h \ | ||
4 | intel_intrin.h intrinsics.h perfmon_default_smpl.h \ | ||
5 | ptrace_offsets.h rse.h setup.h ucontext.h | ||
6 | |||
7 | unifdef-y += perfmon.h | ||