瀏覽代碼

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>
Inaky Perez-Gonzalez 16 年之前
父節點
當前提交
e306987434
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 2 0
      include/linux/Kbuild
  2. 1 0
      include/linux/wimax/Kbuild

+ 2 - 0
include/linux/Kbuild

@@ -371,3 +371,5 @@ unifdef-y += xattr.h
 unifdef-y += xfrm.h
 
 objhdr-y += version.h
+header-y += wimax.h
+header-y += wimax/

+ 1 - 0
include/linux/wimax/Kbuild

@@ -0,0 +1 @@
+header-y += i2400m.h