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