diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:54 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 13:25:54 +0100 |
commit | f5e8abd6f1fdba3abf6675700069005e25531208 (patch) | |
tree | de4fa65fc539dae6683c537afb93c58ce4af0d56 /arch/mips/bcm63xx/Makefile | |
parent | 53e4345906703785d6d02bd1b418abe2e8c9ebc1 (diff) | |
download | linux-stable-f5e8abd6f1fdba3abf6675700069005e25531208.tar.gz linux-stable-f5e8abd6f1fdba3abf6675700069005e25531208.tar.bz2 linux-stable-f5e8abd6f1fdba3abf6675700069005e25531208.zip |
MIPS: BCM63xx: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/bcm63xx/Makefile')
-rw-r--r-- | arch/mips/bcm63xx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/bcm63xx/Makefile b/arch/mips/bcm63xx/Makefile index 00064b660809..6dfdc69928ac 100644 --- a/arch/mips/bcm63xx/Makefile +++ b/arch/mips/bcm63xx/Makefile @@ -3,5 +3,3 @@ obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o \ obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-y += boards/ - -EXTRA_CFLAGS += -Werror |