net/octeontx2: create security context
[dpdk.git] / drivers / net / octeontx2 / Makefile
index 66cb5f2..8649f89 100644 (file)
@@ -28,8 +28,6 @@ endif
 
 EXPORT_MAP := rte_pmd_octeontx2_version.map
 
-LIBABIVER := 1
-
 #
 # all source are stored in SRCS-y
 #
@@ -44,6 +42,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_OCTEONTX2_PMD) += \
        otx2_link.c     \
        otx2_vlan.c     \
        otx2_stats.c    \
+       otx2_mcast.c    \
        otx2_lookup.c   \
        otx2_ethdev.c   \
        otx2_flow_ctrl.c \
@@ -51,6 +50,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_OCTEONTX2_PMD) += \
        otx2_flow_utils.c \
        otx2_ethdev_irq.c \
        otx2_ethdev_ops.c \
+       otx2_ethdev_sec.c \
        otx2_ethdev_debug.c \
        otx2_ethdev_devargs.c