blob: 6f484dfe78f937ce2248b5d9761271d59b258fd2 [file] [log] [blame]
Daniel Axtensd3d73f42015-08-07 13:18:17 +10001ccflags-y := -Werror
2
Michael Neuling406e12e2015-05-27 16:07:15 +10003cxl-y += main.o file.o irq.o fault.o native.o
4cxl-y += context.o sysfs.o debugfs.o pci.o trace.o
Michael Neuling6f7f0b32015-05-27 16:07:18 +10005cxl-y += vphb.o api.o
Ian Munsie881632c2014-10-08 19:55:04 +11006obj-$(CONFIG_CXL) += cxl.o
Ian Munsie10542ca2014-10-08 19:55:01 +11007obj-$(CONFIG_CXL_BASE) += base.o
Ian Munsie9bcf28c2015-01-09 20:34:36 +11008
9# For tracepoints to include our trace.h from tracepoint infrastructure:
10CFLAGS_trace.o := -I$(src)