X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mempool%2FMakefile;h=20bf63fbca6cb6094a360f9a902ec5b2276fc2fd;hb=55cf111b6e35be3b6bc43e5dda706498445d248e;hp=421e2a7cf0ff7109895754fa064d17abddab5323;hpb=0a4864689329639e0bd1291ed7a95a8086bdd18e;p=dpdk.git diff --git a/lib/librte_mempool/Makefile b/lib/librte_mempool/Makefile index 421e2a7cf0..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 := 4 +LIBABIVER := 5 # memseg walk is not yet part of stable API CFLAGS += -DALLOW_EXPERIMENTAL_API