]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/test/event/reactor_perf/Makefile
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / test / event / reactor_perf / Makefile
index 820a6042a8ae2f9f62eda6ac3ce58fffcf4a8391..74b56dcf8f3e6c57cdc375556935715db16e3c2c 100644 (file)
 #
 
 SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
-include $(SPDK_ROOT_DIR)/mk/spdk.app.mk
 include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
 
 APP = reactor_perf
 C_SRCS := reactor_perf.c
 
-SPDK_LIB_LIST = event trace conf thread util log rpc jsonrpc json
-
-LIBS += $(SPDK_LIB_LINKER_ARGS) $(ENV_LINKER_ARGS)
-
-all : $(APP)
-       @:
+SPDK_LIB_LIST = event trace conf thread util log rpc jsonrpc json sock notify
 
-$(APP) : $(OBJS) $(SPDK_LIB_FILES) $(ENV_LIBS)
-       $(LINK_C)
-
-clean :
-       $(CLEAN_C) $(APP)
-
-include $(SPDK_ROOT_DIR)/mk/spdk.deps.mk
+include $(SPDK_ROOT_DIR)/mk/spdk.app.mk