summaryrefslogtreecommitdiffstats
path: root/arch/mips/ddb5074/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ddb5074/Makefile')
-rw-r--r--arch/mips/ddb5074/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips/ddb5074/Makefile b/arch/mips/ddb5074/Makefile
index d041acef5..15687d2d3 100644
--- a/arch/mips/ddb5074/Makefile
+++ b/arch/mips/ddb5074/Makefile
@@ -8,8 +8,6 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
#
-# $Id$
-#
.S.s:
$(CPP) $(CFLAGS) $< -o $*.s
@@ -17,6 +15,7 @@
$(CC) $(CFLAGS) -c $< -o $*.o
O_TARGET = ddb5074.a
-O_OBJS = setup.o irq.o time.o prom.o pci.o int-handler.o nile4.o
+
+obj-y := setup.o irq.o time.o prom.o pci.o int-handler.o nile4.o
include $(TOPDIR)/Rules.make