diff options
Diffstat (limited to 'kernel/arch/mips/sni/Makefile')
-rw-r--r-- | kernel/arch/mips/sni/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/arch/mips/sni/Makefile b/kernel/arch/mips/sni/Makefile new file mode 100644 index 000000000..9d3bad320 --- /dev/null +++ b/kernel/arch/mips/sni/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the SNI specific part of the kernel +# + +obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o +obj-$(CONFIG_EISA) += eisa.o |