diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-30 06:48:58 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:35:33 -0400 |
| commit | dde96ca8b398637e2b4442e312723f66fa6a8186 (patch) | |
| tree | 3e1216d6dde741d7d218ed69a35f7ed4cc7eade5 /arch/mips/mipssim | |
| parent | e9c227f9ecc0ddbaa5d4d197f7ee658aa4fee67f (diff) | |
[MIPS] Use -Werror on subdirectories which build cleanly.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mipssim')
| -rw-r--r-- | arch/mips/mipssim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mipssim/Makefile b/arch/mips/mipssim/Makefile index dc0bfda11427..75568b584df4 100644 --- a/arch/mips/mipssim/Makefile +++ b/arch/mips/mipssim/Makefile | |||
| @@ -22,3 +22,5 @@ obj-y := sim_platform.o sim_setup.o sim_mem.o sim_time.o sim_int.o \ | |||
| 22 | 22 | ||
| 23 | obj-$(CONFIG_EARLY_PRINTK) += sim_console.o | 23 | obj-$(CONFIG_EARLY_PRINTK) += sim_console.o |
| 24 | obj-$(CONFIG_SMP) += sim_smp.o | 24 | obj-$(CONFIG_SMP) += sim_smp.o |
| 25 | |||
| 26 | EXTRA_CFLAGS += -Werror | ||
