1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
3
4if not is_linux
5 build = false
6 reason = 'only supported on Linux'
7endif
8
9driver_sdk_headers = files('bus_cdx_driver.h')
10sources = files(
11 'cdx.c',
12 'cdx_vfio.c',
13)
14