diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-06 17:35:12 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-07 11:13:55 +0900 |
commit | 98366c20a275e957416e9516db5dcb7195b4e101 (patch) | |
tree | 271acfbea8ac50b313a27158541587d262fe8885 /arch/sh/cchips/voyagergx/Makefile | |
parent | 808bde2537b6c683af25a2e911c1d88dc80a445e (diff) |
sh: Add -Werror for clean directories.
Follow the MIPS and sparc64 changes for -Werror instrumentation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/cchips/voyagergx/Makefile')
-rw-r--r-- | arch/sh/cchips/voyagergx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/cchips/voyagergx/Makefile b/arch/sh/cchips/voyagergx/Makefile index 085de72fd32..f73963cb374 100644 --- a/arch/sh/cchips/voyagergx/Makefile +++ b/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 |