From 6d9ae72591421aef5ff96b7db56b8f850b1ad393 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 6 Nov 2007 17:35:12 +0900 Subject: [PATCH] --- yaml --- r: 73371 b: refs/heads/master c: 98366c20a275e957416e9516db5dcb7195b4e101 h: refs/heads/master i: 73369: e5f3ff759d41424a9520f8d9bf144722875d11d0 73367: 7411c3b35a8a623912a35ae805bd7f3208e574df v: v3 --- [refs] | 2 +- trunk/arch/sh/cchips/hd6446x/Makefile | 2 ++ trunk/arch/sh/cchips/voyagergx/Makefile | 1 + trunk/arch/sh/kernel/Makefile | 3 ++- trunk/arch/sh/lib/Makefile | 2 ++ trunk/arch/sh/mm/Makefile | 2 ++ trunk/arch/sh/oprofile/Makefile | 1 + 7 files changed, 11 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 49c798974556..afc3f353fa6b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 808bde2537b6c683af25a2e911c1d88dc80a445e +refs/heads/master: 98366c20a275e957416e9516db5dcb7195b4e101 diff --git a/trunk/arch/sh/cchips/hd6446x/Makefile b/trunk/arch/sh/cchips/hd6446x/Makefile index a106dd9db986..f7de4076e242 100644 --- a/trunk/arch/sh/cchips/hd6446x/Makefile +++ b/trunk/arch/sh/cchips/hd6446x/Makefile @@ -1,2 +1,4 @@ obj-$(CONFIG_HD64461) += hd64461.o obj-$(CONFIG_HD64465) += hd64465/ + +EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/sh/cchips/voyagergx/Makefile b/trunk/arch/sh/cchips/voyagergx/Makefile index 085de72fd327..f73963cb3744 100644 --- a/trunk/arch/sh/cchips/voyagergx/Makefile +++ b/trunk/arch/sh/cchips/voyagergx/Makefile @@ -6,3 +6,4 @@ obj-y := irq.o setup.o obj-$(CONFIG_USB_OHCI_HCD) += consistent.o +EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/sh/kernel/Makefile b/trunk/arch/sh/kernel/Makefile index 1f141a8ba17c..4b81d9c47b00 100644 --- a/trunk/arch/sh/kernel/Makefile +++ b/trunk/arch/sh/kernel/Makefile @@ -10,7 +10,6 @@ obj-y := debugtraps.o io.o io_generic.o irq.o machvec.o process.o ptrace.o \ obj-y += cpu/ timers/ obj-$(CONFIG_VSYSCALL) += vsyscall/ - obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_CF_ENABLER) += cf-enabler.o obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o @@ -22,3 +21,5 @@ obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o obj-$(CONFIG_CRASH_DUMP) += crash_dump.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_STACKTRACE) += stacktrace.o + +EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/sh/lib/Makefile b/trunk/arch/sh/lib/Makefile index e23dd1a3fccd..9dc7b6985052 100644 --- a/trunk/arch/sh/lib/Makefile +++ b/trunk/arch/sh/lib/Makefile @@ -9,3 +9,5 @@ memcpy-y := memcpy.o memcpy-$(CONFIG_CPU_SH4) := memcpy-sh4.o lib-y += $(memcpy-y) + +EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/sh/mm/Makefile b/trunk/arch/sh/mm/Makefile index ee30fb44dfe1..aa44607f072d 100644 --- a/trunk/arch/sh/mm/Makefile +++ b/trunk/arch/sh/mm/Makefile @@ -33,3 +33,5 @@ endif obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o obj-$(CONFIG_32BIT) += pmb.o obj-$(CONFIG_NUMA) += numa.o + +EXTRA_CFLAGS += -Werror diff --git a/trunk/arch/sh/oprofile/Makefile b/trunk/arch/sh/oprofile/Makefile index 1f25d9bb7538..2efc2e79fd29 100644 --- a/trunk/arch/sh/oprofile/Makefile +++ b/trunk/arch/sh/oprofile/Makefile @@ -15,3 +15,4 @@ profdrvr-$(CONFIG_CPU_SUBTYPE_SH7091) := op_model_sh7750.o oprofile-y := $(DRIVER_OBJS) $(profdrvr-y) +EXTRA_CFLAGS += -Werror