Brian Norris | 57f7c39 | 2016-01-08 10:30:10 -0800 | [diff] [blame] | 1 | ccflags-y := $(call cc-disable-warning, unused-const-variable) |
| 2 | ccflags-$(CONFIG_PPC_WERROR) += -Werror |
Daniel Axtens | d3d73f4 | 2015-08-07 13:18:17 +1000 | [diff] [blame] | 3 | |
Michael Neuling | 406e12e | 2015-05-27 16:07:15 +1000 | [diff] [blame] | 4 | cxl-y += main.o file.o irq.o fault.o native.o |
| 5 | cxl-y += context.o sysfs.o debugfs.o pci.o trace.o |
Michael Neuling | 6f7f0b3 | 2015-05-27 16:07:18 +1000 | [diff] [blame] | 6 | cxl-y += vphb.o api.o |
Ian Munsie | 881632c | 2014-10-08 19:55:04 +1100 | [diff] [blame] | 7 | obj-$(CONFIG_CXL) += cxl.o |
Ian Munsie | 10542ca | 2014-10-08 19:55:01 +1100 | [diff] [blame] | 8 | obj-$(CONFIG_CXL_BASE) += base.o |
Ian Munsie | 9bcf28c | 2015-01-09 20:34:36 +1100 | [diff] [blame] | 9 | |
| 10 | # For tracepoints to include our trace.h from tracepoint infrastructure: |
| 11 | CFLAGS_trace.o := -I$(src) |