diff options
Diffstat (limited to 'drivers/crypto/null/Makefile')
-rw-r--r-- | drivers/crypto/null/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/crypto/null/Makefile b/drivers/crypto/null/Makefile index bc2724b3..49ada097 100644 --- a/drivers/crypto/null/Makefile +++ b/drivers/crypto/null/Makefile @@ -37,6 +37,9 @@ LIB = librte_pmd_null_crypto.a # build flags CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring +LDLIBS += -lrte_cryptodev +LDLIBS += -lrte_bus_vdev # library version LIBABIVER := 1 |