mempool/octeontx2: add mempool alloc op
[dpdk.git] / drivers / mempool / octeontx2 / Makefile
index 86950b2..b356844 100644 (file)
@@ -28,8 +28,10 @@ LIBABIVER := 1
 # all source are stored in SRCS-y
 #
 SRCS-$(CONFIG_RTE_LIBRTE_OCTEONTX2_MEMPOOL) += \
+       otx2_mempool_ops.c      \
        otx2_mempool.c          \
-       otx2_mempool_irq.c
+       otx2_mempool_irq.c      \
+       otx2_mempool_debug.c
 
 LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf
 LDLIBS += -lrte_common_octeontx2 -lrte_kvargs -lrte_bus_pci