summaryrefslogtreecommitdiffstats
path: root/arch/mips64/sgi-ip27/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/sgi-ip27/Makefile')
-rw-r--r--arch/mips64/sgi-ip27/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/mips64/sgi-ip27/Makefile b/arch/mips64/sgi-ip27/Makefile
new file mode 100644
index 000000000..46fbe0b5c
--- /dev/null
+++ b/arch/mips64/sgi-ip27/Makefile
@@ -0,0 +1,15 @@
+# $Id$
+#
+# Makefile for the IP27 specific kernel interface routines under Linux.
+#
+
+.S.s:
+ $(CPP) $(CFLAGS) $< -o $*.s
+.S.o:
+ $(CC) $(CFLAGS) -c $< -o $*.o
+
+L_TARGET = ip27.a
+L_OBJS = ip27-irq.o ip27-irq-glue.o ip27-klconfig.o ip27-memory.o \
+ ip27-reset.o ip27-setup.o ip27-timer.o
+
+include $(TOPDIR)/Rules.make