Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1ccflags-y := $(call cc-disable-warning, unused-const-variable)
2ccflags-$(CONFIG_PPC_WERROR) += -Werror
3
4cxl-y += main.o file.o irq.o fault.o native.o
5cxl-y += context.o sysfs.o pci.o trace.o
6cxl-y += vphb.o phb.o api.o
7cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
8cxl-$(CONFIG_DEBUG_FS) += debugfs.o
9obj-$(CONFIG_CXL) += cxl.o
10obj-$(CONFIG_CXL_BASE) += base.o
11
12# For tracepoints to include our trace.h from tracepoint infrastructure:
13CFLAGS_trace.o := -I$(src)