diff options
Diffstat (limited to 'lib/librte_pipeline/Makefile')
-rw-r--r-- | lib/librte_pipeline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_pipeline/Makefile b/lib/librte_pipeline/Makefile index 84afe98c..cf265503 100644 --- a/lib/librte_pipeline/Makefile +++ b/lib/librte_pipeline/Makefile @@ -12,7 +12,7 @@ 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 |