aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2015-08-06 23:18:17 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2015-08-10 17:43:40 -0400
commitd3d73f4b38a8ece19846b8fa2519cdc8583f35bb (patch)
tree8fefdb59daec120c698b675883db32c177df53cd
parent197165d44925bd0fa892990851dee4d312a44b39 (diff)
cxl: Compile with -Werror
It's a good idea, and it brings us in line with the rest of arch/powerpc. Signed-off-by: Daniel Axtens <dja@axtens.net> Acked-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r--drivers/misc/cxl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/cxl/Makefile b/drivers/misc/cxl/Makefile
index 14e3f8219a11..6f484dfe78f9 100644
--- a/drivers/misc/cxl/Makefile
+++ b/drivers/misc/cxl/Makefile
@@ -1,3 +1,5 @@
1ccflags-y := -Werror
2
1cxl-y += main.o file.o irq.o fault.o native.o 3cxl-y += main.o file.o irq.o fault.o native.o
2cxl-y += context.o sysfs.o debugfs.o pci.o trace.o 4cxl-y += context.o sysfs.o debugfs.o pci.o trace.o
3cxl-y += vphb.o api.o 5cxl-y += vphb.o api.o