]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/octeontx/Makefile
net/octeontx: support fast mbuf free
[dpdk.git] / drivers / crypto / octeontx / Makefile
index d6412d1b0e45597b70475169469a29575b48f771..296755ee90325fab2519249b7e9bdecc23b4cd29 100644 (file)
@@ -7,9 +7,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
 # library name
 LIB = librte_pmd_octeontx_crypto.a
 
-# library version
-LIBABIVER := 1
-
 # build flags
 CFLAGS += $(WERROR_FLAGS)
 
@@ -20,7 +17,7 @@ LDLIBS += -lrte_common_cpt
 
 VPATH += $(RTE_SDK)/drivers/crypto/octeontx
 
-CFLAGS += -O3 -DCPT_MODEL=CRYPTO_OCTEONTX
+CFLAGS += -O3
 CFLAGS += -I$(RTE_SDK)/drivers/common/cpt
 
 # PMD code