]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ether/Makefile
doc: update testpmd user guide
[dpdk.git] / lib / librte_ether / Makefile
index b310f8b03718f7a351108887678531ecf8144b12..c0e576835ee7ddcfa63738de3eea7cd87310dde1 100644 (file)
@@ -39,6 +39,10 @@ LIB = libethdev.a
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 
+EXPORT_MAP := rte_ether_version.map
+
+LIBABIVER := 1
+
 SRCS-y += rte_ethdev.c
 
 #
@@ -46,6 +50,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
 
 # this lib depends upon:
 DEPDIRS-y += lib/librte_eal lib/librte_mempool lib/librte_ring lib/librte_mbuf