diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:22:20 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:22:20 +0100 |
commit | dc901d6d2596d45f2c398e735125e5123b4e2774 (patch) | |
tree | dca3099e14cc4066b2e1ae327213f7a04aee60ff /include/asm-ia64 | |
parent | 1e7c34994d809820dbe31220397b62660d8d1514 (diff) | |
download | linux-next-dc901d6d2596d45f2c398e735125e5123b4e2774.tar.gz |
Add Kbuild file for IA64 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-ia64')
-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 @@ +include include/asm-generic/Kbuild.asm + +header-y += break.h fpu.h fpswa.h gcc_intrin.h ia64regs.h \ + intel_intrin.h intrinsics.h perfmon_default_smpl.h \ + ptrace_offsets.h rse.h setup.h ucontext.h + +unifdef-y += perfmon.h |