Skip to content

Commit

Permalink
cxl: Compile with -Werror
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Axtens authored and Michael Ellerman committed Aug 10, 2015
1 parent 197165d commit d3d73f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/misc/cxl/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d3d73f4

Please sign in to comment.