xref: /dpdk/drivers/dma/odm/meson.build (revision 6d935bdd8ba98ea10d48853ad1a3f30559a1b219)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(C) 2024 Marvell.
3
4if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
5    build = false
6    reason = 'only supported on 64-bit Linux'
7    subdir_done()
8endif
9
10deps += ['bus_pci', 'dmadev', 'eal', 'mempool', 'pci']
11
12sources = files('odm_dmadev.c', 'odm.c')
13
14pmd_supports_disable_iova_as_pa = true
15