diff options
| -rw-r--r-- | include/uapi/rdma/Kbuild | 1 | ||||
| -rw-r--r-- | include/uapi/rdma/hfi/Kbuild | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/rdma/Kbuild b/include/uapi/rdma/Kbuild index 687ae332200f..231901b08f6c 100644 --- a/include/uapi/rdma/Kbuild +++ b/include/uapi/rdma/Kbuild | |||
| @@ -5,3 +5,4 @@ header-y += ib_user_sa.h | |||
| 5 | header-y += ib_user_verbs.h | 5 | header-y += ib_user_verbs.h |
| 6 | header-y += rdma_netlink.h | 6 | header-y += rdma_netlink.h |
| 7 | header-y += rdma_user_cm.h | 7 | header-y += rdma_user_cm.h |
| 8 | header-y += hfi/ | ||
diff --git a/include/uapi/rdma/hfi/Kbuild b/include/uapi/rdma/hfi/Kbuild new file mode 100644 index 000000000000..ef23c294fc71 --- /dev/null +++ b/include/uapi/rdma/hfi/Kbuild | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | # UAPI Header export list | ||
| 2 | header-y += hfi1_user.h | ||
