| Submitter | Inaky Perez-Gonzalez |
|---|---|
| Date | Dec. 21, 2008, 12:57 a.m. |
| Message ID | <2a7ebc201ca59bbac909e77248eddc1c39fd1a93.1229820957.git.inaky@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/15115/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index e531783..89079ff 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -375,3 +375,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 0000000..3cb4f26 --- /dev/null +++ b/include/linux/wimax/Kbuild @@ -0,0 +1 @@ +header-y += i2400m.h
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> --- include/linux/Kbuild | 2 ++ include/linux/wimax/Kbuild | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 include/linux/wimax/Kbuild