summaryrefslogtreecommitdiffstats
path: root/arch/mips/philips
diff options
context:
space:
mode:
authorRalf Baechle2007-07-30 12:48:58 +0200
committerRalf Baechle2007-07-31 22:35:33 +0200
commitdde96ca8b398637e2b4442e312723f66fa6a8186 (patch)
tree3e1216d6dde741d7d218ed69a35f7ed4cc7eade5 /arch/mips/philips
parent[MIPS] Yosemite: Fix warning. (diff)
downloadkernel-qcow2-linux-dde96ca8b398637e2b4442e312723f66fa6a8186.tar.gz
kernel-qcow2-linux-dde96ca8b398637e2b4442e312723f66fa6a8186.tar.xz
kernel-qcow2-linux-dde96ca8b398637e2b4442e312723f66fa6a8186.zip
[MIPS] Use -Werror on subdirectories which build cleanly.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/philips')
-rw-r--r--arch/mips/philips/pnx8550/common/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/philips/pnx8550/common/Makefile b/arch/mips/philips/pnx8550/common/Makefile
index b7c638166e9f..31cc1a5cec3b 100644
--- a/arch/mips/philips/pnx8550/common/Makefile
+++ b/arch/mips/philips/pnx8550/common/Makefile
@@ -25,3 +25,5 @@
obj-y := setup.o prom.o int.o reset.o time.o proc.o platform.o
obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_KGDB) += gdb_hook.o
+
+EXTRA_CFLAGS += -Werror