X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ether%2FMakefile;h=c2f2f7d82facbc36efcce2e6370f3fa9fda3218e;hb=3c20cf98e2c99e6178585299056f3fb6d08467f3;hp=ea8cf941aaac27be5707a362492be10a3fae172c;hpb=369991d997e4abdee355e19ffbb41a4d246cafa2;p=dpdk.git diff --git a/lib/librte_ether/Makefile b/lib/librte_ether/Makefile index ea8cf941aa..c2f2f7d82f 100644 --- a/lib/librte_ether/Makefile +++ b/lib/librte_ether/Makefile @@ -8,6 +8,7 @@ include $(RTE_SDK)/mk/rte.vars.mk # LIB = librte_ethdev.a +CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) LDLIBS += -lrte_net -lrte_eal -lrte_mempool -lrte_ring @@ -15,7 +16,7 @@ LDLIBS += -lrte_mbuf EXPORT_MAP := rte_ethdev_version.map -LIBABIVER := 8 +LIBABIVER := 9 SRCS-y += rte_ethdev.c SRCS-y += rte_flow.c @@ -27,6 +28,8 @@ SRCS-y += ethdev_profile.c # Export include files # SYMLINK-y-include += rte_ethdev.h +SYMLINK-y-include += rte_ethdev_driver.h +SYMLINK-y-include += rte_ethdev_core.h SYMLINK-y-include += rte_ethdev_pci.h SYMLINK-y-include += rte_ethdev_vdev.h SYMLINK-y-include += rte_eth_ctrl.h