net/octeontx2: move security session struct to crypto PMD
[dpdk.git] / drivers / net / ark / Makefile
index 2e232be..c02080b 100644 (file)
@@ -13,8 +13,6 @@ CFLAGS += $(WERROR_FLAGS) -Werror
 
 EXPORT_MAP := rte_pmd_ark_version.map
 
-LIBABIVER := 1
-
 #
 # all source are stored in SRCS-y
 #
@@ -31,7 +29,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_udm.c
 
 # this lib depends upon:
 LDLIBS += -lpthread
-ifdef CONFIG_RTE_EXEC_ENV_LINUXAPP
+ifdef CONFIG_RTE_EXEC_ENV_LINUX
 LDLIBS += -ldl
 endif
 LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring