diff options
Diffstat (limited to 'arch/parisc/include/asm/Kbuild')
-rw-r--r-- | arch/parisc/include/asm/Kbuild | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/arch/parisc/include/asm/Kbuild b/arch/parisc/include/asm/Kbuild index 752c981bc3c7..ecf25e6678ad 100644 --- a/arch/parisc/include/asm/Kbuild +++ b/arch/parisc/include/asm/Kbuild | |||
@@ -1,9 +1,29 @@ | |||
1 | 1 | ||
2 | generic-y += auxvec.h | ||
2 | generic-y += barrier.h | 3 | generic-y += barrier.h |
3 | generic-y += word-at-a-time.h auxvec.h user.h cputime.h emergency-restart.h \ | 4 | generic-y += clkdev.h |
4 | segment.h topology.h vga.h device.h percpu.h hw_irq.h mutex.h \ | 5 | generic-y += cputime.h |
5 | div64.h irq_regs.h kdebug.h kvm_para.h local64.h local.h param.h \ | 6 | generic-y += device.h |
6 | poll.h xor.h clkdev.h exec.h | 7 | generic-y += div64.h |
7 | generic-y += trace_clock.h | 8 | generic-y += emergency-restart.h |
8 | generic-y += preempt.h | 9 | generic-y += exec.h |
9 | generic-y += hash.h | 10 | generic-y += hash.h |
11 | generic-y += hw_irq.h | ||
12 | generic-y += irq_regs.h | ||
13 | generic-y += kdebug.h | ||
14 | generic-y += kvm_para.h | ||
15 | generic-y += local.h | ||
16 | generic-y += local64.h | ||
17 | generic-y += mcs_spinlock.h | ||
18 | generic-y += mutex.h | ||
19 | generic-y += param.h | ||
20 | generic-y += percpu.h | ||
21 | generic-y += poll.h | ||
22 | generic-y += preempt.h | ||
23 | generic-y += segment.h | ||
24 | generic-y += topology.h | ||
25 | generic-y += trace_clock.h | ||
26 | generic-y += user.h | ||
27 | generic-y += vga.h | ||
28 | generic-y += word-at-a-time.h | ||
29 | generic-y += xor.h | ||