X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_ether%2FMakefile;h=3ca5782bb16fefed16d77aaa8eb0e02b1a46e44f;hb=db449ae8da7ede67f1c61202bfae1fe36eaf1b9c;hp=48d84f445013992b055834feddee49653ee2649f;hpb=ffc905f3b856b96c6d8d864dba4052104fae4064;p=dpdk.git diff --git a/lib/librte_ether/Makefile b/lib/librte_ether/Makefile index 48d84f4450..3ca5782bb1 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 @@ -28,6 +29,7 @@ SRCS-y += ethdev_profile.c # 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