From 299b725e762207fbf7e35f5ea80fff67a3e52230 Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Thu, 2 Aug 2007 23:36:17 +0900 Subject: [PATCH] --- yaml --- r: 64479 b: refs/heads/master c: cd463f3483bf7ddebfaade4a0e590478d501b896 h: refs/heads/master i: 64477: 5ca58b156ba6b9b430e73681b8d77b26beb3b272 64475: 20ae778d7714122a6ee19f90b7dd6391d5c39ead 64471: a99e1137e6bb3b7b82717a8b2802ed7f606d4e91 64463: ceb9b2d42e32ecdf4b73d0e85e02e6a600d26cd3 64447: 1ecc9f49887c3e07aeb05c0ce9cd6e48ac4676b7 v: v3 --- [refs] | 2 +- trunk/arch/mips/tx4927/common/Makefile | 2 ++ trunk/arch/mips/tx4927/toshiba_rbtx4927/Makefile | 2 ++ trunk/arch/mips/tx4938/common/Makefile | 1 + trunk/arch/mips/tx4938/toshiba_rbtx4938/Makefile | 2 ++ 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4ef834639f9a..ccc7afe32718 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad99876ad4309c6d9db1fb47d3e0b78f5d959896 +refs/heads/master: cd463f3483bf7ddebfaade4a0e590478d501b896 diff --git a/trunk/arch/mips/tx4927/common/Makefile b/trunk/arch/mips/tx4927/common/Makefile index 9cb9535ebacb..18375787e094 100644 --- a/trunk/arch/mips/tx4927/common/Makefile +++ b/trunk/arch/mips/tx4927/common/Makefile @@ -10,3 +10,5 @@ obj-y += tx4927_prom.o tx4927_setup.o tx4927_irq.o obj-$(CONFIG_TOSHIBA_FPCIB0) += smsc_fdc37m81x.o obj-$(CONFIG_KGDB) += tx4927_dbgio.o + +EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/mips/tx4927/toshiba_rbtx4927/Makefile b/trunk/arch/mips/tx4927/toshiba_rbtx4927/Makefile index 8a991f3c1a6f..13f96725d772 100644 --- a/trunk/arch/mips/tx4927/toshiba_rbtx4927/Makefile +++ b/trunk/arch/mips/tx4927/toshiba_rbtx4927/Makefile @@ -1,3 +1,5 @@ obj-y += toshiba_rbtx4927_prom.o obj-y += toshiba_rbtx4927_setup.o obj-y += toshiba_rbtx4927_irq.o + +EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/mips/tx4938/common/Makefile b/trunk/arch/mips/tx4938/common/Makefile index 83cda518f204..8352eca67906 100644 --- a/trunk/arch/mips/tx4938/common/Makefile +++ b/trunk/arch/mips/tx4938/common/Makefile @@ -9,3 +9,4 @@ obj-y += prom.o setup.o irq.o obj-$(CONFIG_KGDB) += dbgio.o +EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/mips/tx4938/toshiba_rbtx4938/Makefile b/trunk/arch/mips/tx4938/toshiba_rbtx4938/Makefile index 10c94e62bf5b..675bb1c3e40c 100644 --- a/trunk/arch/mips/tx4938/toshiba_rbtx4938/Makefile +++ b/trunk/arch/mips/tx4938/toshiba_rbtx4938/Makefile @@ -7,3 +7,5 @@ # obj-y += prom.o setup.o irq.o spi_eeprom.o + +EXTRA_CFLAGS += -Werror