diff options
author | Mark Mason <mmason@upwardaccess.com> | 2007-03-29 11:39:56 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-27 16:20:25 +0100 |
commit | d619f38fdacb5cec0c841798bbadeaf903868852 (patch) | |
tree | 4e606e70576cfb1cc1a1e71d3a2ae4684daed213 /arch/mips/sibyte/sb1250/Makefile | |
parent | 8deab1144b553548fb2f1b51affdd36dcd652aaa (diff) | |
download | op-kernel-dev-d619f38fdacb5cec0c841798bbadeaf903868852.zip op-kernel-dev-d619f38fdacb5cec0c841798bbadeaf903868852.tar.gz |
[MIPS] Add bcm1480 ZBus trace support, fix wait related bugs
Make ZBus tracing generic - moving it to a common direcotry under
arch/mips/sibyte, add bcm1480 support and fix some wait related
bugs (thanks to Ralf for assistance on that).
Signed-off-by: Mark Mason <mason@broadcom.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/sb1250/Makefile')
-rw-r--r-- | arch/mips/sibyte/sb1250/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sibyte/sb1250/Makefile b/arch/mips/sibyte/sb1250/Makefile index 04c0f1a..df662c6 100644 --- a/arch/mips/sibyte/sb1250/Makefile +++ b/arch/mips/sibyte/sb1250/Makefile @@ -1,6 +1,5 @@ obj-y := setup.o irq.o time.o obj-$(CONFIG_SMP) += smp.o -obj-$(CONFIG_SIBYTE_TBPROF) += bcm1250_tbprof.o obj-$(CONFIG_SIBYTE_STANDALONE) += prom.o obj-$(CONFIG_SIBYTE_BUS_WATCHER) += bus_watcher.o |