Skip to content

Commit

Permalink
wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_ins…
Browse files Browse the repository at this point in the history
…tall

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>
  • Loading branch information
Inaky Perez-Gonzalez authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent 143ee2d commit e306987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -371,3 +371,5 @@ unifdef-y += xattr.h
unifdef-y += xfrm.h

objhdr-y += version.h
header-y += wimax.h
header-y += wimax/
1 change: 1 addition & 0 deletions include/linux/wimax/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
header-y += i2400m.h

0 comments on commit e306987

Please sign in to comment.