]> Git Repo - J-linux.git/blob - drivers/cdx/Makefile
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.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
This page took 0.028509 seconds and 4 git commands to generate.