diff options
author | Daniel Axtens <[email protected]> | 2015-08-07 13:18:17 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2015-08-11 07:43:40 +1000 |
commit | d3d73f4b38a8ece19846b8fa2519cdc8583f35bb (patch) | |
tree | 8fefdb59daec120c698b675883db32c177df53cd | |
parent | 197165d44925bd0fa892990851dee4d312a44b39 (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 <[email protected]>
Acked-by: Michael Neuling <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
-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 |