]> Git Repo - linux.git/blob - drivers/cdx/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[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.036292 seconds and 4 git commands to generate.