X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fbonding%2FMakefile;h=728551a846d3388ca2371a9d18a46d598af5aebb;hb=585cacc67faadb1effe1cc47e817cbd380b8d354;hp=acad16a1a961a1e390d5427b22f98f0c942acd6b;hpb=fa47405cc119846574a3b290032f5ac2ab66757f;p=dpdk.git diff --git a/drivers/net/bonding/Makefile b/drivers/net/bonding/Makefile index acad16a1a9..728551a846 100644 --- a/drivers/net/bonding/Makefile +++ b/drivers/net/bonding/Makefile @@ -11,14 +11,12 @@ LIB = librte_pmd_bond.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring -LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -lrte_cmdline +LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs LDLIBS += -lrte_pci -lrte_bus_pci LDLIBS += -lrte_bus_vdev EXPORT_MAP := rte_pmd_bond_version.map -LIBABIVER := 2 - # # all source are stored in SRCS-y #