Skip to content

Commit

Permalink
prov/efa: add missing header file to Makefile.include
Browse files Browse the repository at this point in the history
rxr_pkt_type_req.h and efa_cuda.h was missing in the
_efa_headers section in file Makefile.include, this
patch fixes it.

Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
wzamazon committed Apr 3, 2020
1 parent 52d515b commit 4de223f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prov/efa/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@ _efa_files = \

_efa_headers = \
prov/efa/src/efa.h \
prov/efa/src/rxr/efa_cuda.h \
prov/efa/src/rxr/rxr.h \
prov/efa/src/rxr/rxr_cntr.h \
prov/efa/src/rxr/rxr_rma.h \
prov/efa/src/rxr/rxr_msg.h \
prov/efa/src/rxr/rxr_pkt_entry.h \
prov/efa/src/rxr/rxr_pkt_type.h \
prov/efa/src/rxr/rxr_pkt_type_req.h \
prov/efa/src/rxr/rxr_pkt_cmd.h \
prov/efa/src/rxr/rxr_read.h \
prov/efa/src/rxr/rxr_atomic.h
Expand Down

0 comments on commit 4de223f

Please sign in to comment.