Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd463f34 authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

[MIPS] Use -Werror on TX39/TX49 boards



Now these directories can be built cleanly.

Signed-off-by: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent ad99876a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
obj-y	+= toshiba_rbtx4927_prom.o
obj-y	+= toshiba_rbtx4927_setup.o
obj-y	+= toshiba_rbtx4927_irq.o

EXTRA_CFLAGS += -Werror
+1 −0
Original line number Diff line number Diff line
@@ -9,3 +9,4 @@
obj-y	+= prom.o setup.o irq.o
obj-$(CONFIG_KGDB) += dbgio.o

EXTRA_CFLAGS += -Werror
+2 −0
Original line number Diff line number Diff line
@@ -7,3 +7,5 @@
#

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

EXTRA_CFLAGS += -Werror