diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2008-12-20 19:57:59 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 13:00:22 -0500 |
commit | e30698743419d20dce03d033761f203b4d847ab0 (patch) | |
tree | 95c5844eedd59a419dae38b52c7bbbf88ea0bcaa /include/linux/wimax/Kbuild | |
parent | 143ee2d5557c0598a97f3089eb29e8226e0e8cee (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/wimax/Kbuild')
-rw-r--r-- | include/linux/wimax/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||