build: remove ADDITIONAL_LIBS
This can just be replaced with ENV_LIBS - similar to other application Makefiles. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Icad14e6f74264389972c7798aac493e584f7c8c3 Reviewed-on: https://review.gerrithub.io/434280 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
cceaeedb1f
commit
40f3800480
@ -53,7 +53,7 @@ endif
|
|||||||
all: $(APP)
|
all: $(APP)
|
||||||
@:
|
@:
|
||||||
|
|
||||||
$(APP) : $(OBJS) $(SPDK_LIB_FILES) $(ADDITIONAL_LIBS)
|
$(APP) : $(OBJS) $(SPDK_LIB_FILES) $(ENV_LIBS)
|
||||||
$(LINK_C)
|
$(LINK_C)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
1
test/env/memory/Makefile
vendored
1
test/env/memory/Makefile
vendored
@ -39,5 +39,4 @@ CFLAGS += $(ENV_CFLAGS)
|
|||||||
CFLAGS += -I$(SPDK_ROOT_DIR)/test/lib
|
CFLAGS += -I$(SPDK_ROOT_DIR)/test/lib
|
||||||
TEST_FILE = memory_ut.c
|
TEST_FILE = memory_ut.c
|
||||||
|
|
||||||
ADDITIONAL_LIBS += $(ENV_LIBS)
|
|
||||||
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
||||||
|
1
test/env/pci/Makefile
vendored
1
test/env/pci/Makefile
vendored
@ -39,5 +39,4 @@ UNIT_TEST_LINK_ENV = 1
|
|||||||
CFLAGS += $(ENV_CFLAGS)
|
CFLAGS += $(ENV_CFLAGS)
|
||||||
TEST_FILE = pci_ut.c
|
TEST_FILE = pci_ut.c
|
||||||
|
|
||||||
ADDITIONAL_LIBS += $(ENV_LIBS)
|
|
||||||
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
||||||
|
1
test/env/vtophys/Makefile
vendored
1
test/env/vtophys/Makefile
vendored
@ -38,5 +38,4 @@ include $(SPDK_ROOT_DIR)/mk/spdk.app.mk
|
|||||||
UNIT_TEST_LINK_ENV = 1
|
UNIT_TEST_LINK_ENV = 1
|
||||||
TEST_FILE = vtophys.c
|
TEST_FILE = vtophys.c
|
||||||
|
|
||||||
ADDITIONAL_LIBS += $(ENV_LIBS)
|
|
||||||
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user