diff options
Diffstat (limited to 'examples/l2fwd-crypto/Makefile')
-rw-r--r-- | examples/l2fwd-crypto/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/l2fwd-crypto/Makefile b/examples/l2fwd-crypto/Makefile index a67f087b..6658fd0d 100644 --- a/examples/l2fwd-crypto/Makefile +++ b/examples/l2fwd-crypto/Makefile @@ -51,5 +51,11 @@ include $(RTE_SDK)/mk/rte.vars.mk CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +ifeq ($(CONFIG_RTE_BUILD_SHARED_LIB),y) +ifeq ($(CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER),y) +LDLIBS += -lrte_pmd_crypto_scheduler +endif +endif + include $(RTE_SDK)/mk/rte.extapp.mk endif |