diff options
Diffstat (limited to 'arch/mips/dec/Makefile')
-rw-r--r-- | arch/mips/dec/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/dec/Makefile b/arch/mips/dec/Makefile new file mode 100644 index 000000000000..688757a97cb8 --- /dev/null +++ b/arch/mips/dec/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # | ||
2 | # Makefile for the DECstation family specific parts of the kernel | ||
3 | # | ||
4 | |||
5 | obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn02-irq.o reset.o \ | ||
6 | setup.o time.o | ||
7 | |||
8 | obj-$(CONFIG_PROM_CONSOLE) += promcon.o | ||
9 | obj-$(CONFIG_CPU_HAS_WB) += wbflush.o | ||
10 | |||
11 | EXTRA_AFLAGS := $(CFLAGS) | ||