]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pipeline/Makefile
examples/fips_validation: fix buffer overflow
[dpdk.git] / lib / librte_pipeline / Makefile
index 84afe98cb81df0ce455e36b73b22dfcd5cc7c419..cfbbd182827262fb65ede90cfb7b1fcb46806c64 100644 (file)
@@ -8,16 +8,13 @@ include $(RTE_SDK)/mk/rte.vars.mk
 #
 LIB = librte_pipeline.a
 
-CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_table
-LDLIBS += -lrte_port -lrte_meter -lrte_sched
+LDLIBS += -lrte_port -lrte_meter -lrte_sched -lrte_cryptodev
 
 EXPORT_MAP := rte_pipeline_version.map
 
-LIBABIVER := 3
-
 #
 # all source are stored in SRCS-y
 #