X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mempool%2FMakefile;h=20bf63fbca6cb6094a360f9a902ec5b2276fc2fd;hb=ae65004fa7d2e72c1d640148eba1dbb6c52aacf1;hp=1f85d3400232c2bc148c3b0123554914deef4f4b;hpb=8f7335c1be7ae44fb751cc39fd22b7833468be1b;p=dpdk.git diff --git a/lib/librte_mempool/Makefile b/lib/librte_mempool/Makefile index 1f85d34002..20bf63fbca 100644 --- a/lib/librte_mempool/Makefile +++ b/lib/librte_mempool/Makefile @@ -7,11 +7,12 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = librte_mempool.a CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 +CFLAGS += -DALLOW_EXPERIMENTAL_API LDLIBS += -lrte_eal -lrte_ring EXPORT_MAP := rte_mempool_version.map -LIBABIVER := 3 +LIBABIVER := 5 # memseg walk is not yet part of stable API CFLAGS += -DALLOW_EXPERIMENTAL_API @@ -19,6 +20,7 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API # all source are stored in SRCS-y SRCS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += rte_mempool.c SRCS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += rte_mempool_ops.c +SRCS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += rte_mempool_ops_default.c # install includes SYMLINK-$(CONFIG_RTE_LIBRTE_MEMPOOL)-include := rte_mempool.h