Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / drivers / cdx / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for CDX
4 #
5 # Copyright (C) 2022-2023, Advanced Micro Devices, Inc.
6 #
7
8 ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=CDX_BUS
9
10 obj-$(CONFIG_CDX_BUS) += cdx.o controller/
11
12 ifdef CONFIG_GENERIC_MSI_IRQ
13 obj-$(CONFIG_CDX_BUS) += cdx_msi.o
14 endif