summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/prom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sgi/prom/Makefile')
-rw-r--r--arch/mips/sgi/prom/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/mips/sgi/prom/Makefile b/arch/mips/sgi/prom/Makefile
deleted file mode 100644
index 8dbfedf80..000000000
--- a/arch/mips/sgi/prom/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: Makefile,v 1.6 1996/06/08 04:48:41 dm Exp $
-# Makefile for the SGI arcs prom monitor library routines
-# under Linux.
-#
-# 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).
-#
-# Note 2! The CFLAGS definitions are now in the main makefile...
-
-OBJS = console.o init.o printf.o memory.o tree.o tags.o env.o \
- cmdline.o misc.o time.o file.o
-
-all: promlib.a
-
-promlib.a: $(OBJS)
- $(AR) rcs promlib.a $(OBJS)
- sync
-
-dep:
- $(CPP) -M *.c > .depend
-
-include $(TOPDIR)/Rules.make