2016-01-09 02:30:10 +08:00
|
|
|
ccflags-y := $(call cc-disable-warning, unused-const-variable)
|
|
|
|
ccflags-$(CONFIG_PPC_WERROR) += -Werror
|
2015-08-07 11:18:17 +08:00
|
|
|
|
2015-05-27 14:07:15 +08:00
|
|
|
cxl-y += main.o file.o irq.o fault.o native.o
|
2017-02-01 11:22:07 +08:00
|
|
|
cxl-y += context.o sysfs.o pci.o trace.o
|
2016-07-14 05:17:04 +08:00
|
|
|
cxl-y += vphb.o phb.o api.o
|
2016-03-04 19:26:38 +08:00
|
|
|
cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
|
2017-02-01 11:22:07 +08:00
|
|
|
cxl-$(CONFIG_DEBUG_FS) += debugfs.o
|
2014-10-08 16:55:04 +08:00
|
|
|
obj-$(CONFIG_CXL) += cxl.o
|
2014-10-08 16:55:01 +08:00
|
|
|
obj-$(CONFIG_CXL_BASE) += base.o
|
2015-01-09 17:34:36 +08:00
|
|
|
|
|
|
|
# For tracepoints to include our trace.h from tracepoint infrastructure:
|
|
|
|
CFLAGS_trace.o := -I$(src)
|