examples/dma: rename ioat application example
[dpdk.git] / examples / ioat / meson.build
diff --git a/examples/ioat/meson.build b/examples/ioat/meson.build
deleted file mode 100644 (file)
index c1dd7c9..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2019-2021 Intel Corporation
-
-# meson file, for building this example as part of a main DPDK build.
-#
-# To build this example as a standalone application with an already-installed
-# DPDK instance, use 'make'
-
-allow_experimental_apis = true
-
-deps += ['dmadev']
-
-sources = files(
-        'ioatfwd.c',
-)