d619f38fda
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>
5 lines
153 B
Makefile
5 lines
153 B
Makefile
obj-y := setup.o irq.o time.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_SIBYTE_STANDALONE) += prom.o
|
|
obj-$(CONFIG_SIBYTE_BUS_WATCHER) += bus_watcher.o
|