[PATCH 1/4] cxl: Compile with -Werror
Michael Neuling
mikey at neuling.org
Fri Aug 7 14:13:03 AEST 2015
On Fri, 2015-08-07 at 13:18 +1000, Daniel Axtens wrote:
> It's a good idea, and it brings us in line with the rest of arch/powerpc.
>
> Signed-off-by: Daniel Axtens <dja at axtens.net>
Acked-by: Michael Neuling <mikey at neuling.org>
> ---
> drivers/misc/cxl/Makefile | 2 ++
> 1 file changed, 2 insertions(+)
>
> 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
More information about the Linuxppc-dev
mailing list