From 4de223fc96b7c4c6907098779c4c0d6be2b2f307 Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Fri, 3 Apr 2020 16:30:30 +0000 Subject: [PATCH] prov/efa: add missing header file to Makefile.include 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 --- prov/efa/Makefile.include | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prov/efa/Makefile.include b/prov/efa/Makefile.include index 3bc19a9e660..14e3171463a 100644 --- a/prov/efa/Makefile.include +++ b/prov/efa/Makefile.include @@ -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