aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-07-10 03:32:39 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-07-10 03:43:22 +0900
commit6b4be36250b7fd14f717a61ae3e72f4ba6bdfe04 (patch)
tree4eb5d5d4444effec9d373ef4048fc8209a113491 /arch/blackfin/include/uapi/asm/Kbuild
parentarc: move generic-y of exported headers to uapi/asm/Kbuild (diff)
downloadlinux-dev-6b4be36250b7fd14f717a61ae3e72f4ba6bdfe04.tar.xz
linux-dev-6b4be36250b7fd14f717a61ae3e72f4ba6bdfe04.zip
blackfin: move generic-y of exported headers to uapi/asm/Kbuild
Since commit fcc8487d477a ("uapi: export all headers under uapi directories"), all (and only) headers under uapi directories are exported, but asm-generic wrappers are still exceptions. To complete de-coupling the uapi from kernel headers, move generic-y of exported headers to uapi/asm/Kbuild. With this change, "make headers_install" will just need to parse uapi/asm/Kbuild to build up exported headers. Also, move "generic-y += kprobes.h" up in order to keep the entries sorted. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/include/uapi/asm/Kbuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/blackfin/include/uapi/asm/Kbuild b/arch/blackfin/include/uapi/asm/Kbuild
index b15bf6bc0e94..aa624b4ab655 100644
--- a/arch/blackfin/include/uapi/asm/Kbuild
+++ b/arch/blackfin/include/uapi/asm/Kbuild
@@ -1,2 +1,24 @@
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm
+
+generic-y += auxvec.h
+generic-y += bitsperlong.h
+generic-y += errno.h
+generic-y += ioctl.h
+generic-y += ipcbuf.h
+generic-y += kvm_para.h
+generic-y += mman.h
+generic-y += msgbuf.h
+generic-y += param.h
+generic-y += resource.h
+generic-y += sembuf.h
+generic-y += setup.h
+generic-y += shmbuf.h
+generic-y += shmparam.h
+generic-y += socket.h
+generic-y += sockios.h
+generic-y += statfs.h
+generic-y += termbits.h
+generic-y += termios.h
+generic-y += types.h
+generic-y += ucontext.h