diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:50 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:50 +0100 |
commit | 91598965ecb508dc7bc154ec9d3e35dcadb3fa5f (patch) | |
tree | 4079e8d40a662707913256fb83292edfbbb78ea2 /arch/mips/rb532/Makefile | |
parent | 4fa8a557c301b14a53dcd654aa0c2988c71cbd4d (diff) |
MIPS: RB532: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/rb532/Makefile')
-rw-r--r-- | arch/mips/rb532/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/rb532/Makefile b/arch/mips/rb532/Makefile index 8f0b6b6a1625..efdecdb6e3ea 100644 --- a/arch/mips/rb532/Makefile +++ b/arch/mips/rb532/Makefile @@ -3,5 +3,3 @@ # obj-y += irq.o time.o setup.o serial.o prom.o gpio.o devices.o - -EXTRA_CFLAGS += -Werror |