diff options
Diffstat (limited to 'arch/mips/sni/Makefile')
-rw-r--r-- | arch/mips/sni/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/sni/Makefile b/arch/mips/sni/Makefile new file mode 100644 index 00000000000..1e5676e4be8 --- /dev/null +++ b/arch/mips/sni/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the SNI specific part of the kernel +# + +obj-y += int-handler.o irq.o pcimt_scache.o reset.o setup.o + +EXTRA_AFLAGS := $(CFLAGS) |