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