X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_ethdev%2FMakefile;h=943fb8c877503d211f67514b6843e9067b513a7d;hb=acec04c4b2f5;hp=d720dd20735e33942712888f483ae0f7807d8dea;hpb=e815a7f6937139da077eb919320dd6b75a2a390d;p=dpdk.git diff --git a/lib/librte_ethdev/Makefile b/lib/librte_ethdev/Makefile index d720dd2073..943fb8c877 100644 --- a/lib/librte_ethdev/Makefile +++ b/lib/librte_ethdev/Makefile @@ -8,16 +8,13 @@ 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 -LDLIBS += -lrte_mbuf -lrte_kvargs +LDLIBS += -lrte_mbuf -lrte_kvargs -lrte_meter EXPORT_MAP := rte_ethdev_version.map -LIBABIVER := 10 - SRCS-y += ethdev_private.c SRCS-y += rte_ethdev.c SRCS-y += rte_class_eth.c