Skip to content

Commit

Permalink
[MIPS] Use -Werror on TX39/TX49 boards
Browse files Browse the repository at this point in the history
Now these directories can be built cleanly.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Aug 27, 2007
1 parent ad99876 commit cd463f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/tx4927/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions arch/mips/tx4927/toshiba_rbtx4927/Makefile
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions arch/mips/tx4938/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
obj-y += prom.o setup.o irq.o
obj-$(CONFIG_KGDB) += dbgio.o

EXTRA_CFLAGS += -Werror
2 changes: 2 additions & 0 deletions arch/mips/tx4938/toshiba_rbtx4938/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
#

obj-y += prom.o setup.o irq.o spi_eeprom.o

EXTRA_CFLAGS += -Werror

0 comments on commit cd463f3

Please sign in to comment.