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: d4ab347005fb ("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>
3 lines
50 B
Makefile
3 lines
50 B
Makefile
# UAPI Header export list
|
|
header-y += hfi1_user.h
|