]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/examples/ioat/perf/Makefile
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / spdk / examples / ioat / perf / Makefile
index 667c6881b5a2412e2342fef7d34908f9692ab16a..518a35072aaeca68d6214e062977ceda4ec86f4e 100644 (file)
@@ -39,13 +39,12 @@ APP = perf
 
 C_SRCS := perf.c
 
-CFLAGS += -I. $(ENV_CFLAGS)
-
-SPDK_LIB_LIST = ioat util log
+SPDK_LIB_LIST = ioat thread util log
 
 LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS)
 
 all: $(APP)
+       @:
 
 $(APP): $(OBJS) $(SPDK_LIB_FILES) $(ENV_LIBS)
        $(LINK_C)