Commit 0b8198ce authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Ben Walker
Browse files

overhead: remove redundant system lib options



spdk.common.mk already adds -pthread and -lrt.

Change-Id: If6ea5aa5875ddd5043c2915dbe3e785a4dab7f56
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 4ace9653
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ SPDK_LIBS += $(SPDK_ROOT_DIR)/lib/nvme/libspdk_nvme.a \
	     $(SPDK_ROOT_DIR)/lib/util/libspdk_util.a \
	     $(SPDK_ROOT_DIR)/lib/memory/libspdk_memory.a

LIBS += $(SPDK_LIBS) $(PCIACCESS_LIB) -lpthread $(DPDK_LIB) -lrt
LIBS += $(SPDK_LIBS) $(PCIACCESS_LIB) $(DPDK_LIB)

ifeq ($(OS),Linux)
LIBS += -laio