X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_net%2FMakefile;h=85e403f417c297f2e30577426c75f2fc6a7a9ead;hb=920aae3f5c19ee3c3663b87ff38251990a8d396a;hp=ab290c382a649f5d9f79cd5e9667e371ac258833;hpb=45ae05df824c49769e591b7fc8728855bba9ab0b;p=dpdk.git diff --git a/lib/librte_net/Makefile b/lib/librte_net/Makefile index ab290c382a..85e403f417 100644 --- a/lib/librte_net/Makefile +++ b/lib/librte_net/Makefile @@ -5,8 +5,9 @@ include $(RTE_SDK)/mk/rte.vars.mk LIB = librte_net.a +CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 -LDLIBS += -lrte_mbuf -lrte_eal +LDLIBS += -lrte_mbuf -lrte_eal -lrte_mempool EXPORT_MAP := rte_net_version.map LIBABIVER := 1