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