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
|
2017-02-01 10:22:07 +07:00
|
|
|
cxl-y += context.o sysfs.o pci.o trace.o
|
2017-06-22 20:07:27 +07:00
|
|
|
cxl-y += vphb.o phb.o api.o cxllib.o
|
2016-03-04 18:26:38 +07:00
|
|
|
cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
|
2017-02-01 10:22:07 +07:00
|
|
|
cxl-$(CONFIG_DEBUG_FS) += debugfs.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)
|