]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_latencystats/Makefile
mempool: fix slow allocation of large mempools
[dpdk.git] / lib / librte_latencystats / Makefile
index 8884045c0bda50d192aa67eb8b9fc01d3a0b2802..b19e0b1788e8a816236fa85834005ea0ae3f08f8 100644 (file)
@@ -6,7 +6,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
 # library name
 LIB = librte_latencystats.a
 
-CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
 LDLIBS += -lm
 LDLIBS += -lpthread
@@ -14,8 +13,6 @@ LDLIBS += -lrte_eal -lrte_metrics -lrte_ethdev -lrte_mbuf
 
 EXPORT_MAP := rte_latencystats_version.map
 
-LIBABIVER := 1
-
 # all source are stored in SRCS-y
 SRCS-$(CONFIG_RTE_LIBRTE_LATENCY_STATS) := rte_latencystats.c