X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ether%2FMakefile;h=488b7c8471332722c4cbca32d87afe942804a39d;hb=170706a74df940bf0549e3bee4706adae747a76b;hp=80ad78de64e33fbedfda134fcf676221cdb52ecc;hpb=9d41beed24b01666913de301a9462b7b0d379a51;p=dpdk.git diff --git a/lib/librte_ether/Makefile b/lib/librte_ether/Makefile index 80ad78de64..488b7c8471 100644 --- a/lib/librte_ether/Makefile +++ b/lib/librte_ether/Makefile @@ -41,16 +41,18 @@ CFLAGS += $(WERROR_FLAGS) EXPORT_MAP := rte_ether_version.map +LIBABIVER := 4 + SRCS-y += rte_ethdev.c # # Export include files # -SYMLINK-y-include += rte_ether.h SYMLINK-y-include += rte_ethdev.h SYMLINK-y-include += rte_eth_ctrl.h +SYMLINK-y-include += rte_dev_info.h # this lib depends upon: -DEPDIRS-y += lib/librte_eal lib/librte_mempool lib/librte_ring lib/librte_mbuf +DEPDIRS-y += lib/librte_net lib/librte_eal lib/librte_mempool lib/librte_ring lib/librte_mbuf include $(RTE_SDK)/mk/rte.lib.mk