patch-2.4.19 linux-2.4.19/arch/mips/dec/Makefile

Next file: linux-2.4.19/arch/mips/dec/boot/Makefile
Previous file: linux-2.4.19/arch/mips/ddb5xxx/ddb5477/setup.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/dec/Makefile linux-2.4.19/arch/mips/dec/Makefile
@@ -6,17 +6,15 @@
 # unless it's something special (ie not a .c file).
 #
 
-.S.s:
-	$(CPP) $(AFLAGS) $< -o $@
-.S.o:
-	$(CC) $(AFLAGS) -c $< -o $@
+USE_STANDARD_AS_RULE := true
 
 O_TARGET := dec.o
 
 all: dec.o
 
-export-objs := wbflush.o
-obj-y	 := int-handler.o setup.o irq.o time.o reset.o rtc-dec.o wbflush.o
+export-objs := setup.o wbflush.o
+obj-y	 := int-handler.o ioasic-irq.o kn02-irq.o reset.o rtc-dec.o setup.o \
+	time.o wbflush.o
 
 obj-$(CONFIG_PROM_CONSOLE)	+= promcon.o
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)