Skip to content

Commit

Permalink
libmultipath: fix ANA prioritizer enablement logic
Browse files Browse the repository at this point in the history
Fixes: 3e71d8a ("multipath-tools Makefiles: create config.mk")

Suggested-by: Lidong Zhong <[email protected]>
Signed-off-by: Martin Wilck <[email protected]>
  • Loading branch information
mwilck committed Jan 4, 2024
1 parent 4d31e9c commit 1f7a63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmultipath/prioritizers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LIBS = \
libpriopath_latency.so \
libpriosysfs.so

ifneq ($(ANA_SUPPORT),1)
ifeq ($(ANA_SUPPORT),1)
LIBS += libprioana.so
CPPFLAGS += -I../nvme
endif
Expand Down

0 comments on commit 1f7a63b

Please sign in to comment.