example/perf: remove unused HAVE_URING CFLAG
This patch removes HAVE_URING CFLAG that was unused by the perf.c Change-Id: I8af85324db147989e0d3b9bd48faa9587c23be06 Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/461592 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
4af44c234f
commit
45dd91af39
@ -40,16 +40,6 @@ SYS_LIBS += -laio
|
||||
CFLAGS += -DHAVE_LIBAIO
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_URING),y)
|
||||
SYS_LIBS += -luring
|
||||
CFLAGS += -DHAVE_URING
|
||||
ifeq ($(strip $(CONFIG_URING_PATH)),)
|
||||
else
|
||||
CFLAGS += -I$(CONFIG_URING_PATH)
|
||||
LDFLAGS += -L$(CONFIG_URING_PATH)
|
||||
endif
|
||||
endif
|
||||
|
||||
install: $(APP)
|
||||
$(INSTALL_EXAMPLE)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user