xref: /dpdk/drivers/common/octeontx/meson.build (revision af5f7aa30826c3a63c40274bb9063ad597b96103)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Cavium, Inc
3#
4
5if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
6    build = false
7    reason = 'only supported on 64-bit Linux'
8    subdir_done()
9endif
10
11sources = files('octeontx_mbox.c')
12
13require_iova_in_mbuf = false
14