summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky@linux.intel.com>2008-12-20 16:57:59 -0800
committerStephen Rothwell <sfr@canb.auug.org.au>2009-01-06 09:28:53 +1100
commitf175d4efbf4192aa193cc4b1dd4822163e9be829 (patch)
treece41f3b3672d07fc1cc612c9a7bb4b0037657afc /include/linux
parentbc5ab8a26ae5d3ff6d917e3f32fbe535694a5715 (diff)
wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_install
These two files are what user space can use to establish communication with the WiMAX kernel API and to speak the Intel 2400m Wireless WiMAX connection's control protocol. Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/Kbuild2
-rw-r--r--include/linux/wimax/Kbuild1
2 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 95ac82340c3b..ecd85af86b4b 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -376,3 +376,5 @@ unifdef-y += xattr.h
unifdef-y += xfrm.h
objhdr-y += version.h
+header-y += wimax.h
+header-y += wimax/
diff --git a/include/linux/wimax/Kbuild b/include/linux/wimax/Kbuild
new file mode 100644
index 000000000000..3cb4f269bb09
--- /dev/null
+++ b/include/linux/wimax/Kbuild
@@ -0,0 +1 @@
+header-y += i2400m.h