Skip to content

Commit

Permalink
Merge pull request ofiwg#5804 from wzamazon/fix_Makefile
Browse files Browse the repository at this point in the history
prov/efa: add missing header file to Makefile.include
  • Loading branch information
rwespetal authored Apr 3, 2020
2 parents 52d515b + 4de223f commit 7fd1a9a
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 7fd1a9a

Please sign in to comment.