diff options
Diffstat (limited to 'include/asm-ia64/Kbuild')
-rw-r--r-- | include/asm-ia64/Kbuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/asm-ia64/Kbuild b/include/asm-ia64/Kbuild new file mode 100644 index 000000000000..15818a18bc52 --- /dev/null +++ b/include/asm-ia64/Kbuild @@ -0,0 +1,17 @@ +include include/asm-generic/Kbuild.asm + +header-y += break.h +header-y += fpu.h +header-y += fpswa.h +header-y += gcc_intrin.h +header-y += ia64regs.h +header-y += intel_intrin.h +header-y += intrinsics.h +header-y += perfmon_default_smpl.h +header-y += ptrace_offsets.h +header-y += rse.h +header-y += setup.h +header-y += ucontext.h + +unifdef-y += perfmon.h +unifdef-y += ustack.h |