brintos

brintos / linux-shallow public Read only

0
0
Text · 527 B · 5eea61b Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02ccflags-y			:= $(call cc-disable-warning, unused-const-variable)3ccflags-$(CONFIG_PPC_WERROR)	+= -Werror4 5cxl-y				+= main.o file.o irq.o fault.o native.o6cxl-y				+= context.o sysfs.o pci.o trace.o7cxl-y				+= vphb.o api.o cxllib.o8cxl-$(CONFIG_PPC_PSERIES)	+= flash.o guest.o of.o hcalls.o9cxl-$(CONFIG_DEBUG_FS)		+= debugfs.o10obj-$(CONFIG_CXL)		+= cxl.o11obj-$(CONFIG_CXL_BASE)		+= base.o12 13# For tracepoints to include our trace.h from tracepoint infrastructure:14CFLAGS_trace.o := -I$(src)15