diff options
Diffstat (limited to 'arch/sparc/include/asm/Kbuild')
-rw-r--r-- | arch/sparc/include/asm/Kbuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild new file mode 100644 index 000000000000..a5f0ce734ff7 --- /dev/null +++ b/arch/sparc/include/asm/Kbuild | |||
@@ -0,0 +1,45 @@ | |||
1 | # User exported sparc header files | ||
2 | include include/asm-generic/Kbuild.asm | ||
3 | |||
4 | header-y += ipcbuf_32.h | ||
5 | header-y += ipcbuf_64.h | ||
6 | header-y += posix_types_32.h | ||
7 | header-y += posix_types_64.h | ||
8 | header-y += ptrace_32.h | ||
9 | header-y += ptrace_64.h | ||
10 | header-y += sigcontext_32.h | ||
11 | header-y += sigcontext_64.h | ||
12 | header-y += siginfo_32.h | ||
13 | header-y += siginfo_64.h | ||
14 | header-y += signal_32.h | ||
15 | header-y += signal_64.h | ||
16 | header-y += stat_32.h | ||
17 | header-y += stat_64.h | ||
18 | header-y += statfs_32.h | ||
19 | header-y += statfs_64.h | ||
20 | header-y += unistd_32.h | ||
21 | header-y += unistd_64.h | ||
22 | |||
23 | header-y += apc.h | ||
24 | header-y += asi.h | ||
25 | header-y += bpp.h | ||
26 | header-y += display7seg.h | ||
27 | header-y += envctrl.h | ||
28 | header-y += fbio.h | ||
29 | header-y += jsflash.h | ||
30 | header-y += openprom.h | ||
31 | header-y += openprom_32.h | ||
32 | header-y += openprom_64.h | ||
33 | header-y += openpromio.h | ||
34 | header-y += perfctr.h | ||
35 | header-y += psrcompat.h | ||
36 | header-y += psr.h | ||
37 | header-y += pstate.h | ||
38 | header-y += reg.h | ||
39 | header-y += reg_32.h | ||
40 | header-y += reg_64.h | ||
41 | header-y += traps.h | ||
42 | header-y += uctx.h | ||
43 | header-y += utrap.h | ||
44 | header-y += vfc_ioctls.h | ||
45 | header-y += watchdog.h | ||