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