X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ether%2FMakefile;h=0bb5dc900b3151ace0ea77cd53905684dc3ae234;hb=3d3edc265fc88853752720a44a7d7f1e36f1f7e7;hp=a461c312cb8cc122a99137416a19549de76b562a;hpb=fbd0d8e67f9b6316ff5a8a5b9c58a7079a4d2f37;p=dpdk.git diff --git a/lib/librte_ether/Makefile b/lib/librte_ether/Makefile index a461c312cb..0bb5dc900b 100644 --- a/lib/librte_ether/Makefile +++ b/lib/librte_ether/Makefile @@ -39,6 +39,10 @@ LIB = libethdev.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +EXPORT_MAP := rte_ether_version.map + +LIBABIVER := 4 + SRCS-y += rte_ethdev.c # @@ -47,6 +51,7 @@ SRCS-y += rte_ethdev.c 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