aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/caif/Kbuild
diff options
context:
space:
mode:
authorsjur.brandeland@stericsson.com <sjur.brandeland@stericsson.com>2011-01-29 13:10:37 +0000
committerDavid S. Miller <davem@davemloft.net>2011-01-30 01:14:14 -0800
commit52fe7c9cc1637110ba4e0e6fe5d07cc0786d62de (patch)
treeb57098f78a3ed893de4e67da1219c80f433b5672 /include/linux/caif/Kbuild
parentslcan: fix referenced website in Kconfig help text (diff)
downloadlinux-dev-52fe7c9cc1637110ba4e0e6fe5d07cc0786d62de.tar.xz
linux-dev-52fe7c9cc1637110ba4e0e6fe5d07cc0786d62de.zip
caif: bugfix - add caif headers for userspace usage.
Add caif_socket.h and if_caif.h to the kernel header files exported for use by userspace. Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/linux/caif/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/caif/Kbuild b/include/linux/caif/Kbuild
new file mode 100644
index 000000000000..a9cf250689dc
--- /dev/null
+++ b/include/linux/caif/Kbuild
@@ -0,0 +1,2 @@
+header-y += caif_socket.h
+header-y += if_caif.h