diff options
Diffstat (limited to 'drivers/cdx/Makefile')
| -rw-r--r-- | drivers/cdx/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/cdx/Makefile b/drivers/cdx/Makefile new file mode 100644 index 000000000000..3ca7068a3052 --- /dev/null +++ b/drivers/cdx/Makefile @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for CDX +# +# Copyright (C) 2022-2023, Advanced Micro Devices, Inc. +# + +ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE='"CDX_BUS"' + +obj-$(CONFIG_CDX_BUS) += cdx.o controller/ + +ifdef CONFIG_GENERIC_MSI_IRQ +obj-$(CONFIG_CDX_BUS) += cdx_msi.o +endif |
