patch-2.4.4 linux/arch/mips/jazz/Makefile

Next file: linux/arch/mips/kernel/branch.c
Previous file: linux/arch/mips/ite-boards/qed-4n-s01b/pci_fixup.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/arch/mips/jazz/Makefile linux/arch/mips/jazz/Makefile
@@ -1,4 +1,3 @@
-# $Id: Makefile,v 1.5 1999/01/03 17:50:47 ralf Exp $
 #
 # Makefile for the Jazz family specific parts of the kernel
 #
@@ -8,17 +7,17 @@
 #
 
 .S.s:
-	$(CPP) $(CFLAGS) $< -o $*.s
+	$(CPP) $(CFLAGS) $< -o $@
 .S.o:
-	$(CC) $(CFLAGS) -c $< -o $*.o
+	$(CC) $(CFLAGS) -c $< -o $@
 
 all: jazz.o
+
 O_TARGET := jazz.o
-O_OBJS	 := int-handler.o jazzdma.o reset.o rtc-jazz.o setup.o floppy-jazz.o \
-	    kbd-jazz.o
 
-int-handler.o: int-handler.S
+obj-y	 := int-handler.o irq.o jazzdma.o reset.o rtc-jazz.o setup.o \
+	    floppy-jazz.o kbd-jazz.o
 
-clean:
+int-handler.o: int-handler.S
 
 include $(TOPDIR)/Rules.make

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