X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fbonding%2FMakefile;h=84ef4edcf204116649ade948b93d7afbac6d6ac8;hb=9a0752f498d2725428480b4b004feeedd852c395;hp=ab8b6894a2b8d10206d13decd460fdeee7f904bb;hpb=95c7ff0548fd015bcae4b908046d9d44083ed122;p=dpdk.git diff --git a/drivers/net/bonding/Makefile b/drivers/net/bonding/Makefile index ab8b6894a2..84ef4edcf2 100644 --- a/drivers/net/bonding/Makefile +++ b/drivers/net/bonding/Makefile @@ -38,10 +38,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 EXPORT_MAP := rte_pmd_bond_version.map -LIBABIVER := 1 +LIBABIVER := 2 # # all source are stored in SRCS-y