blob: be2ac5ce349f0d5cad3fdfd8220645321ab622c3 [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
Ian Munsie881632c2014-10-08 19:55:04 +11007obj-$(CONFIG_CXL) += cxl.o
Ian Munsie10542ca2014-10-08 19:55:01 +11008obj-$(CONFIG_CXL_BASE) += base.o
Ian Munsie9bcf28c2015-01-09 20:34:36 +11009
10# For tracepoints to include our trace.h from tracepoint infrastructure:
11CFLAGS_trace.o := -I$(src)