]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/test/event/reactor/Makefile
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / test / event / reactor / Makefile
index c5a6168a79d866ca00bceb3d65576aa95b7f1ca7..b5d94dcb18b95498503c14cdeba8d9c2193eebda 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
 C_SRCS := reactor.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