diff options
Diffstat (limited to 'drivers/vfio/cdx/Makefile')
| -rw-r--r-- | drivers/vfio/cdx/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/vfio/cdx/Makefile b/drivers/vfio/cdx/Makefile new file mode 100644 index 000000000000..dadbef2419ea --- /dev/null +++ b/drivers/vfio/cdx/Makefile @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. +# + +obj-$(CONFIG_VFIO_CDX) += vfio-cdx.o + +vfio-cdx-objs := main.o + +ifdef CONFIG_GENERIC_MSI_IRQ +vfio-cdx-objs += intr.o +endif |
