mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 23:50:53 +07:00
6f876ce4b5
When the hfi1 driver was added a user space header file (hfi1_user.h) was added
to be shared between PSM2 and the driver. However, the file was not added to
the header install. Add it now.
Fixes: d4ab347005
("IB/core: Add core header changes needed for OPA")
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
9 lines
201 B
Makefile
9 lines
201 B
Makefile
# UAPI Header export list
|
|
header-y += ib_user_cm.h
|
|
header-y += ib_user_mad.h
|
|
header-y += ib_user_sa.h
|
|
header-y += ib_user_verbs.h
|
|
header-y += rdma_netlink.h
|
|
header-y += rdma_user_cm.h
|
|
header-y += hfi/
|