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

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

diff -urN linux-2.4.21/arch/mips/jazz/Makefile linux-2.4.22/arch/mips/jazz/Makefile
@@ -6,17 +6,15 @@
 # unless it's something special (ie not a .c file).
 #
 
-.S.s:
-	$(CPP) $(CFLAGS) $< -o $@
-.S.o:
-	$(CC) $(CFLAGS) -c $< -o $@
+USE_STANDARD_AS_RULE := true
 
 all: jazz.o
 
 O_TARGET := jazz.o
 
-obj-y	 := int-handler.o irq.o jazzdma.o reset.o rtc-jazz.o setup.o \
-	    floppy-jazz.o kbd-jazz.o
+export-syms	:= jazz-ksyms.o
+obj-y	 	:= int-handler.o irq.o jazzdma.o jazz-ksyms.o reset.o \
+		   rtc-jazz.o setup.o floppy-jazz.o kbd-jazz.o
 
 int-handler.o: int-handler.S
 

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