diff options
author | Daniel Axtens <dja@axtens.net> | 2015-08-07 13:18:17 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-08-11 07:43:40 +1000 |
commit | d3d73f4b38a8ece19846b8fa2519cdc8583f35bb (patch) | |
tree | 8fefdb59daec120c698b675883db32c177df53cd /drivers/misc/cxl | |
parent | 197165d44925bd0fa892990851dee4d312a44b39 (diff) | |
download | linux-d3d73f4b38a8ece19846b8fa2519cdc8583f35bb.tar.gz linux-d3d73f4b38a8ece19846b8fa2519cdc8583f35bb.tar.bz2 linux-d3d73f4b38a8ece19846b8fa2519cdc8583f35bb.zip |
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>
Diffstat (limited to 'drivers/misc/cxl')
-rw-r--r-- | drivers/misc/cxl/Makefile | 2 |
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 @@ +ccflags-y := -Werror + cxl-y += main.o file.o irq.o fault.o native.o cxl-y += context.o sysfs.o debugfs.o pci.o trace.o cxl-y += vphb.o api.o |