2016-01-08 10:30:09 -08:00
|
|
|
ccflags-y := -Werror $(call cc-disable-warning, unused-const-variable)
|
2015-08-07 13:18:17 +10:00
|
|
|
|
2015-05-27 16:07:15 +10:00
|
|
|
cxl-y += main.o file.o irq.o fault.o native.o
|
|
|
|
cxl-y += context.o sysfs.o debugfs.o pci.o trace.o
|
2015-05-27 16:07:18 +10:00
|
|
|
cxl-y += vphb.o api.o
|
2014-10-08 19:55:04 +11:00
|
|
|
obj-$(CONFIG_CXL) += cxl.o
|
2014-10-08 19:55:01 +11:00
|
|
|
obj-$(CONFIG_CXL_BASE) += base.o
|
2015-01-09 20:34:36 +11:00
|
|
|
|
|
|
|
# For tracepoints to include our trace.h from tracepoint infrastructure:
|
|
|
|
CFLAGS_trace.o := -I$(src)
|