test/nvme: don't link unit tests against spdk_nvme

The unit test Makefiles should already declare exactly which files to
include.

Change-Id: Icae8a2c862db164d72d8e9ed4064d777de43742b
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-12-07 16:31:41 -07:00
parent da43f64b17
commit 72a45a5a4e

View File

@ -41,7 +41,7 @@ C_SRCS = $(TEST_FILE) $(OTHER_FILES)
CFLAGS += -I$(SPDK_ROOT_DIR)/lib
CFLAGS += -I$(SPDK_ROOT_DIR)/test
SPDK_LIB_LIST = util log nvme
SPDK_LIB_LIST = util log
LIBS += -lcunit $(SPDK_LIB_LINKER_ARGS)