Ian Munsie | 9bcf28c | 2015-01-09 20:34:36 +1100 | [diff] [blame] | 1 | cxl-y += main.o file.o irq.o fault.o native.o context.o sysfs.o debugfs.o pci.o trace.o |
Ian Munsie | 881632c | 2014-10-08 19:55:04 +1100 | [diff] [blame] | 2 | obj-$(CONFIG_CXL) += cxl.o |
Ian Munsie | 10542ca | 2014-10-08 19:55:01 +1100 | [diff] [blame] | 3 | obj-$(CONFIG_CXL_BASE) += base.o |
Ian Munsie | 9bcf28c | 2015-01-09 20:34:36 +1100 | [diff] [blame] | 4 | |
5 | # For tracepoints to include our trace.h from tracepoint infrastructure: | ||||
6 | CFLAGS_trace.o := -I$(src) |