diff options
Diffstat (limited to 'arch/mips/sibyte/sb1250/Makefile')
-rw-r--r-- | arch/mips/sibyte/sb1250/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/sibyte/sb1250/Makefile b/arch/mips/sibyte/sb1250/Makefile new file mode 100644 index 000000000000..a8af84697588 --- /dev/null +++ b/arch/mips/sibyte/sb1250/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | obj-y := setup.o irq.o irq_handler.o time.o | ||
2 | |||
3 | obj-$(CONFIG_SMP) += smp.o | ||
4 | obj-$(CONFIG_SIBYTE_TBPROF) += bcm1250_tbprof.o | ||
5 | obj-$(CONFIG_SIBYTE_STANDALONE) += prom.o | ||
6 | obj-$(CONFIG_SIBYTE_BUS_WATCHER) += bus_watcher.o | ||
7 | |||
8 | EXTRA_AFLAGS := $(CFLAGS) | ||