2016-01-09 01:30:10 +07:00
|
|
|
ccflags-y := $(call cc-disable-warning, unused-const-variable)
|
|
|
|
ccflags-$(CONFIG_PPC_WERROR) += -Werror
|
2015-08-07 10:18:17 +07:00
|
|
|
|
2015-05-27 13:07:15 +07: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
|
2015-05-27 13:07:18 +07:00
|
|
|
cxl-y += vphb.o api.o
|
2016-03-04 18:26:38 +07:00
|
|
|
cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
|
2014-10-08 15:55:04 +07:00
|
|
|
obj-$(CONFIG_CXL) += cxl.o
|
2014-10-08 15:55:01 +07:00
|
|
|
obj-$(CONFIG_CXL_BASE) += base.o
|
2015-01-09 16:34:36 +07:00
|
|
|
|
|
|
|
# For tracepoints to include our trace.h from tracepoint infrastructure:
|
|
|
|
CFLAGS_trace.o := -I$(src)
|