net/octeontx2: support 96xx A1 silicon revision
[dpdk.git] / drivers / net / octeontx2 / Makefile
index b8c92a8..66cb5f2 100644 (file)
@@ -35,6 +35,7 @@ LIBABIVER := 1
 #
 SRCS-$(CONFIG_RTE_LIBRTE_OCTEONTX2_PMD) += \
        otx2_rx.c       \
+       otx2_tx.c       \
        otx2_tm.c       \
        otx2_rss.c      \
        otx2_mac.c      \
@@ -53,7 +54,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_OCTEONTX2_PMD) += \
        otx2_ethdev_debug.c \
        otx2_ethdev_devargs.c
 
-LDLIBS += -lrte_common_octeontx2 -lrte_mempool_octeontx2 -lrte_eal
+LDLIBS += -lrte_common_octeontx2 -lrte_mempool_octeontx2 -lrte_eal -lrte_net
 LDLIBS += -lrte_ethdev -lrte_bus_pci -lrte_kvargs -lrte_mbuf  -lrte_mempool -lm
 
 include $(RTE_SDK)/mk/rte.lib.mk