diff options
Diffstat (limited to 'drivers/vfio/cdx/Makefile')
-rw-r--r-- | drivers/vfio/cdx/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/vfio/cdx/Makefile b/drivers/vfio/cdx/Makefile new file mode 100644 index 0000000000..cd4a2e6fe6 --- /dev/null +++ b/drivers/vfio/cdx/Makefile @@ -0,0 +1,8 @@ +# 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 |