diff options
Diffstat (limited to 'arch/ia64/include/asm/Kbuild')
-rw-r--r-- | arch/ia64/include/asm/Kbuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild new file mode 100644 index 000000000000..ccbe8ae47a61 --- /dev/null +++ b/arch/ia64/include/asm/Kbuild | |||
@@ -0,0 +1,16 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | header-y += break.h | ||
4 | header-y += fpu.h | ||
5 | header-y += fpswa.h | ||
6 | header-y += ia64regs.h | ||
7 | header-y += intel_intrin.h | ||
8 | header-y += perfmon_default_smpl.h | ||
9 | header-y += ptrace_offsets.h | ||
10 | header-y += rse.h | ||
11 | header-y += ucontext.h | ||
12 | |||
13 | unifdef-y += gcc_intrin.h | ||
14 | unifdef-y += intrinsics.h | ||
15 | unifdef-y += perfmon.h | ||
16 | unifdef-y += ustack.h | ||