summaryrefslogtreecommitdiffstats
path: root/arch/mips/dec/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-16 06:06:25 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-16 06:06:25 +0000
commitaa944aa3453e47706685bc562711a9e87375941e (patch)
tree8fb37a65f205a90412917ca2b91c429263ef1790 /arch/mips/dec/Makefile
parent967c65a99059fd459b956c1588ce0ba227912c4e (diff)
Merge with Linux 2.1.72, part 2.
The new signal code with exception of the code for the rt signals. The definitions in <asm/siginfo.h> and <asm/ucontext.h> are currently just stolen from the Alpha and will need to be overhauled.
Diffstat (limited to 'arch/mips/dec/Makefile')
-rw-r--r--arch/mips/dec/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/mips/dec/Makefile b/arch/mips/dec/Makefile
deleted file mode 100644
index ccfba0694..000000000
--- a/arch/mips/dec/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Makefile for the DECstation family specific parts of the kernel
-#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-#
-
-.S.s:
- $(CPP) $(CFLAGS) $< -o $*.s
-.S.o:
- $(CC) $(CFLAGS) -c $< -o $*.o
-
-all: dec.o
-O_TARGET := dec.o
-O_OBJS := boot.o int-handler.o decstation.o hw-access.o reset.o setup.o
-
-boot.o: boot.S
-
-int-handler.o: int-handler.S
-
-clean:
-
-include $(TOPDIR)/Rules.make