![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 ccflags-y := $(call cc-disable-warning, unused-const-variable) 0003 ccflags-$(CONFIG_PPC_WERROR) += -Werror 0004 0005 cxl-y += main.o file.o irq.o fault.o native.o 0006 cxl-y += context.o sysfs.o pci.o trace.o 0007 cxl-y += vphb.o api.o cxllib.o 0008 cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o 0009 cxl-$(CONFIG_DEBUG_FS) += debugfs.o 0010 obj-$(CONFIG_CXL) += cxl.o 0011 obj-$(CONFIG_CXL_BASE) += base.o 0012 0013 # For tracepoints to include our trace.h from tracepoint infrastructure: 0014 CFLAGS_trace.o := -I$(src)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |