blob: 8a55c1aa11aa1eeeb33246ab81e2ccfa6743b637 [file] [log] [blame]
Brian Norris57f7c392016-01-08 10:30:10 -08001ccflags-y := $(call cc-disable-warning, unused-const-variable)
2ccflags-$(CONFIG_PPC_WERROR) += -Werror
Daniel Axtensd3d73f42015-08-07 13:18:17 +10003
Michael Neuling406e12e2015-05-27 16:07:15 +10004cxl-y += main.o file.o irq.o fault.o native.o
5cxl-y += context.o sysfs.o debugfs.o pci.o trace.o
Michael Neuling6f7f0b32015-05-27 16:07:18 +10006cxl-y += vphb.o api.o
Christophe Lombard594ff7d2016-03-04 12:26:38 +01007cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
Ian Munsie881632c2014-10-08 19:55:04 +11008obj-$(CONFIG_CXL) += cxl.o
Ian Munsie10542ca2014-10-08 19:55:01 +11009obj-$(CONFIG_CXL_BASE) += base.o
Ian Munsie9bcf28c2015-01-09 20:34:36 +110010
11# For tracepoints to include our trace.h from tracepoint infrastructure:
12CFLAGS_trace.o := -I$(src)