diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2010-06-02 16:52:21 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:48 +0100 |
commit | 4300a92e9b3794caee33a8f3985ad883db1b4650 (patch) | |
tree | 21f3797fbb499b670172b5b35a9d22f0016fb6c0 /arch/mips/vr41xx/common | |
parent | 5c6aecbda882b62c84abf72cf056e39e215feac3 (diff) | |
download | blackbird-op-linux-4300a92e9b3794caee33a8f3985ad883db1b4650.tar.gz blackbird-op-linux-4300a92e9b3794caee33a8f3985ad883db1b4650.zip |
MIPS: Move VR41xx Makefile parts to their own Platform file
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/1322/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/vr41xx/common')
-rw-r--r-- | arch/mips/vr41xx/common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/vr41xx/common/Makefile b/arch/mips/vr41xx/common/Makefile index 7d5d83b8c582..d0d84ec8d63d 100644 --- a/arch/mips/vr41xx/common/Makefile +++ b/arch/mips/vr41xx/common/Makefile @@ -3,5 +3,3 @@ # obj-y += bcu.o cmu.o giu.o icu.o init.o irq.o pmu.o rtc.o siu.o type.o - -EXTRA_CFLAGS += -Werror |