xref: /dpdk/drivers/bus/platform/meson.build (revision d5d9e8fe0906f24579b9ff8c24442c235cc1819a)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(C) 2023 Marvell.
3#
4
5if not is_linux
6    build = false
7    reason = 'only supported on Linux'
8    subdir_done()
9endif
10
11require_iova_in_mbuf = false
12
13deps += ['kvargs']
14sources = files(
15        'platform_params.c',
16        'platform.c',
17)
18driver_sdk_headers += files('bus_platform_driver.h')
19