--- zzzz-none-000/linux-2.4.17/arch/mips/dec/prom/Makefile 2000-05-13 15:29:14.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/arch/mips/dec/prom/Makefile 2004-11-24 13:22:38.000000000 +0000 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1999/01/17 03:49:44 ralf Exp $ +# # Makefile for the DECstation prom monitor library routines # under Linux. # @@ -13,17 +13,8 @@ .S.o: $(CC) $(CFLAGS) -c $< -o $*.o -OBJS = init.o memory.o cmdline.o identify.o locore.o - -all: rexlib.a - -rexlib.a: $(OBJS) - $(AR) rcs rexlib.a $(OBJS) - sync - -locore.o: locore.S +L_TARGET = rexlib.a -dep: - $(CPP) $(CPPFLAGS) -M *.c > .depend +obj-y += init.o memory.o cmdline.o identify.o locore.o include $(TOPDIR)/Rules.make