Makefile (14baf4d9c739e6e69150512d2eb23c71fffcc192) | Makefile (594ff7d067ca42676e27e2a7b5dcc0ff039d08ca) |
---|---|
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 debugfs.o pci.o trace.o 6cxl-y += vphb.o api.o | 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 debugfs.o pci.o trace.o 6cxl-y += vphb.o api.o |
7cxl-$(CONFIG_PPC_PSERIES) += guest.o of.o hcalls.o | 7cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o |
8obj-$(CONFIG_CXL) += cxl.o 9obj-$(CONFIG_CXL_BASE) += base.o 10 11# For tracepoints to include our trace.h from tracepoint infrastructure: 12CFLAGS_trace.o := -I$(src) | 8obj-$(CONFIG_CXL) += cxl.o 9obj-$(CONFIG_CXL_BASE) += base.o 10 11# For tracepoints to include our trace.h from tracepoint infrastructure: 12CFLAGS_trace.o := -I$(src) |