]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mpipe/Makefile
net/virtio: fix less queues being enabled
[dpdk.git] / drivers / net / mpipe / Makefile
index 552b30315565277494c0196d09c5e5ead6c069e1..846e2e073d0fa535f9b737b45d877f36729516d1 100644 (file)
@@ -32,6 +32,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 LIB = librte_pmd_mpipe.a
 
 CFLAGS += $(WERROR_FLAGS) -O3
+LDLIBS += -lgxio
 
 EXPORT_MAP := rte_pmd_mpipe_version.map
 
@@ -41,6 +42,6 @@ SRCS-$(CONFIG_RTE_LIBRTE_MPIPE_PMD) += mpipe_tilegx.c
 
 DEPDIRS-$(CONFIG_RTE_LIBRTE_MPIPE_PMD) += lib/librte_eal lib/librte_ether
 DEPDIRS-$(CONFIG_RTE_LIBRTE_MPIPE_PMD) += lib/librte_mempool lib/librte_mbuf
-DEPDIRS-$(CONFIG_RTE_LIBRTE_MPIPE_PMD) += lib/librte_net lib/librte_malloc
+DEPDIRS-$(CONFIG_RTE_LIBRTE_MPIPE_PMD) += lib/librte_net
 
 include $(RTE_SDK)/mk/rte.lib.mk