diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-07-26 17:20:48 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-07-27 17:03:09 -0400 |
commit | a1bd021e56fff91cc9354ffb232fd9f0f577099c (patch) | |
tree | 220f61ea7f7869349e2c9f18dc23747af60030ff /arch/sparc | |
parent | a439fe51a1f8eb087c22dd24d69cebae4a3addac (diff) |
sparc: enable headers_export again
Update include/asm/Kbuild so we export
all relvant headers for sparc.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/Kbuild | 46 |
1 files changed, 45 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index 6cdaf9d33b38..a5f0ce734ff7 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild | |||
@@ -1 +1,45 @@ | |||
1 | # dummy file to avoid breaking make headers_install | 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 | ||