diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2011-10-31 19:26:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-01 10:34:18 -0400 |
commit | cd8e65fb96f3ce8eee91c2032720f0ba143627e1 (patch) | |
tree | 9263c3c7fec63b1f9a7d163ba17b584194764303 /arch/hexagon/include/asm/Kbuild | |
parent | c3b92c8787367a8bb53d57d9789b558f1295cc96 (diff) |
Hexagon: Add generic headers
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Signed-off-by: Linas Vepstas <linas@codeaurora.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/hexagon/include/asm/Kbuild')
-rw-r--r-- | arch/hexagon/include/asm/Kbuild | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/arch/hexagon/include/asm/Kbuild b/arch/hexagon/include/asm/Kbuild new file mode 100644 index 000000000000..9aa17f1917ea --- /dev/null +++ b/arch/hexagon/include/asm/Kbuild | |||
@@ -0,0 +1,58 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | header-y += registers.h | ||
4 | header-y += ucontext.h | ||
5 | header-y += user.h | ||
6 | |||
7 | generic-y += auxvec.h | ||
8 | generic-y += bug.h | ||
9 | generic-y += bugs.h | ||
10 | generic-y += cpumask.h | ||
11 | generic-y += cputime.h | ||
12 | generic-y += current.h | ||
13 | generic-y += device.h | ||
14 | generic-y += div64.h | ||
15 | generic-y += emergency-restart.h | ||
16 | generic-y += errno.h | ||
17 | generic-y += fb.h | ||
18 | generic-y += fcntl.h | ||
19 | generic-y += ftrace.h | ||
20 | generic-y += hardirq.h | ||
21 | generic-y += hw_irq.h | ||
22 | generic-y += ioctl.h | ||
23 | generic-y += ioctls.h | ||
24 | generic-y += iomap.h | ||
25 | generic-y += ipcbuf.h | ||
26 | generic-y += ipc.h | ||
27 | generic-y += irq_regs.h | ||
28 | generic-y += kdebug.h | ||
29 | generic-y += kmap_types.h | ||
30 | generic-y += local64.h | ||
31 | generic-y += local.h | ||
32 | generic-y += local.h | ||
33 | generic-y += mman.h | ||
34 | generic-y += msgbuf.h | ||
35 | generic-y += pci.h | ||
36 | generic-y += percpu.h | ||
37 | generic-y += poll.h | ||
38 | generic-y += posix_types.h | ||
39 | generic-y += resource.h | ||
40 | generic-y += rwsem.h | ||
41 | generic-y += scatterlist.h | ||
42 | generic-y += sections.h | ||
43 | generic-y += segment.h | ||
44 | generic-y += sembuf.h | ||
45 | generic-y += shmbuf.h | ||
46 | generic-y += shmparam.h | ||
47 | generic-y += siginfo.h | ||
48 | generic-y += socket.h | ||
49 | generic-y += sockios.h | ||
50 | generic-y += statfs.h | ||
51 | generic-y += stat.h | ||
52 | generic-y += termbits.h | ||
53 | generic-y += termios.h | ||
54 | generic-y += topology.h | ||
55 | generic-y += types.h | ||
56 | generic-y += ucontext.h | ||
57 | generic-y += unaligned.h | ||
58 | generic-y += xor.h | ||