diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:55 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:55 +0100 |
commit | 34f5c1c5787bd13a3fbfc284ff7f719846427b9d (patch) | |
tree | 094b0b56de8af5bffbfb1752662745b34882b472 /arch/mips/sibyte/bcm1480/Makefile | |
parent | f6e1db1b87a9199275694d10713d4baa80030fc7 (diff) | |
download | blackbird-op-linux-34f5c1c5787bd13a3fbfc284ff7f719846427b9d.tar.gz blackbird-op-linux-34f5c1c5787bd13a3fbfc284ff7f719846427b9d.zip |
MIPS: Sibyte: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/bcm1480/Makefile')
-rw-r--r-- | arch/mips/sibyte/bcm1480/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/sibyte/bcm1480/Makefile b/arch/mips/sibyte/bcm1480/Makefile index f292f7df0cfb..cdc4c56c3e29 100644 --- a/arch/mips/sibyte/bcm1480/Makefile +++ b/arch/mips/sibyte/bcm1480/Makefile @@ -1,5 +1,3 @@ obj-y := setup.o irq.o time.o obj-$(CONFIG_SMP) += smp.o - -EXTRA_CFLAGS += -Werror |