]> nv-tegra.nvidia Code Review - linux-3.10.git/commitdiff
wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_install
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Sun, 21 Dec 2008 00:57:59 +0000 (16:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 7 Jan 2009 18:00:22 +0000 (10:00 -0800)
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>
include/linux/Kbuild
include/linux/wimax/Kbuild [new file with mode: 0644]

index a3323f337e4dbfec67c59fd61d05a85e86ed8511..12e9a2957caf4ccbd4fb3e2e694fe479218a2e98 100644 (file)
@@ -371,3 +371,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 (file)
index 0000000..3cb4f26
--- /dev/null
@@ -0,0 +1 @@
+header-y += i2400m.h