summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/Kbuild
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-28 11:01:44 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-05-28 11:01:44 +0900
commitec3d753c5f77ecce0f5d3b8ab603b54b4fd2a106 (patch)
treecba0ab498e41949709b3bd6126f985f82d88c2ed /arch/sh/include/asm/Kbuild
parent1e2aec873ad6d16538512dbb96853caa1fa076af (diff)
sh: convert to kbuild asm-generic support.
Straightforward change to get rid of all of the header wrapper stubs. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/Kbuild')
-rw-r--r--arch/sh/include/asm/Kbuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild
index 7beb42322f60..09d1e60ef478 100644
--- a/arch/sh/include/asm/Kbuild
+++ b/arch/sh/include/asm/Kbuild
@@ -1,5 +1,34 @@
include include/asm-generic/Kbuild.asm
+generic-y += bitsperlong.h
+generic-y += cputime.h
+generic-y += current.h
+generic-y += div64.h
+generic-y += emergency-restart.h
+generic-y += errno.h
+generic-y += fcntl.h
+generic-y += ioctl.h
+generic-y += ipcbuf.h
+generic-y += irq_regs.h
+generic-y += local.h
+generic-y += param.h
+generic-y += parport.h
+generic-y += percpu.h
+generic-y += poll.h
+generic-y += mman.h
+generic-y += msgbuf.h
+generic-y += resource.h
+generic-y += sembuf.h
+generic-y += serial.h
+generic-y += shmbuf.h
+generic-y += siginfo.h
+generic-y += socket.h
+generic-y += statfs.h
+generic-y += termbits.h
+generic-y += termios.h
+generic-y += ucontext.h
+generic-y += xor.h
+
header-y += cachectl.h
header-y += cpu-features.h
header-y += hw_breakpoint.h