Skip to content

Commit 1850e8b

Browse files
committed
Add NVMF library to bdevperf
Signed-off-by: Gil Bregman <gbregman@il.ibm.com>
1 parent eb7c8e9 commit 1850e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bdev/bdevperf/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ APP = bdevperf
1111

1212
C_SRCS := bdevperf.c
1313

14-
SPDK_LIB_LIST = $(ALL_MODULES_LIST) event event_bdev conf
14+
SPDK_LIB_LIST = $(ALL_MODULES_LIST) event event_bdev conf nvmf event_nvmf
1515

1616
ifeq ($(OS),Linux)
1717
SPDK_LIB_LIST += event_nbd

0 commit comments

Comments
 (0)