blob: 6982f603fadc51a20154f38cbf1f82d95125f8df [file] [log] [blame]
Ian Munsie2cd55c62015-09-15 15:48:34 +10001ccflags-y := -Werror -Wno-unused-const-variable
Daniel Axtensd3d73f42015-08-07 13:18:17 +10002
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)