]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/misc/cxl/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / misc / cxl / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
57f7c393
BN
2ccflags-y := $(call cc-disable-warning, unused-const-variable)
3ccflags-$(CONFIG_PPC_WERROR) += -Werror
d3d73f4b 4
406e12ec 5cxl-y += main.o file.o irq.o fault.o native.o
39d40871 6cxl-y += context.o sysfs.o pci.o trace.o
3ced8d73 7cxl-y += vphb.o phb.o api.o cxllib.o
594ff7d0 8cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
39d40871 9cxl-$(CONFIG_DEBUG_FS) += debugfs.o
881632c9 10obj-$(CONFIG_CXL) += cxl.o
10542ca0 11obj-$(CONFIG_CXL_BASE) += base.o
9bcf28cd
IM
12
13# For tracepoints to include our trace.h from tracepoint infrastructure:
14CFLAGS_trace.o := -I$(src)