-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update include/asm/Kbuild so we export all relvant headers for sparc. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
- Loading branch information
Sam Ravnborg
committed
Jul 27, 2008
1 parent
a439fe5
commit a1bd021
Showing
1 changed file
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
# dummy file to avoid breaking make headers_install | ||
# User exported sparc header files | ||
include include/asm-generic/Kbuild.asm | ||
|
||
header-y += ipcbuf_32.h | ||
header-y += ipcbuf_64.h | ||
header-y += posix_types_32.h | ||
header-y += posix_types_64.h | ||
header-y += ptrace_32.h | ||
header-y += ptrace_64.h | ||
header-y += sigcontext_32.h | ||
header-y += sigcontext_64.h | ||
header-y += siginfo_32.h | ||
header-y += siginfo_64.h | ||
header-y += signal_32.h | ||
header-y += signal_64.h | ||
header-y += stat_32.h | ||
header-y += stat_64.h | ||
header-y += statfs_32.h | ||
header-y += statfs_64.h | ||
header-y += unistd_32.h | ||
header-y += unistd_64.h | ||
|
||
header-y += apc.h | ||
header-y += asi.h | ||
header-y += bpp.h | ||
header-y += display7seg.h | ||
header-y += envctrl.h | ||
header-y += fbio.h | ||
header-y += jsflash.h | ||
header-y += openprom.h | ||
header-y += openprom_32.h | ||
header-y += openprom_64.h | ||
header-y += openpromio.h | ||
header-y += perfctr.h | ||
header-y += psrcompat.h | ||
header-y += psr.h | ||
header-y += pstate.h | ||
header-y += reg.h | ||
header-y += reg_32.h | ||
header-y += reg_64.h | ||
header-y += traps.h | ||
header-y += uctx.h | ||
header-y += utrap.h | ||
header-y += vfc_ioctls.h | ||
header-y += watchdog.h |