patch-2.4.2 linux/arch/s390/boot/Makefile
Next file: linux/arch/s390/boot/ipldump.S
Previous file: linux/arch/s390/Makefile
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Tue Feb 13 14:13:43 2001
-  Orig file: 
v2.4.1/linux/arch/s390/boot/Makefile
-  Orig date: 
Fri May 12 11:41:44 2000
diff -u --recursive --new-file v2.4.1/linux/arch/s390/boot/Makefile linux/arch/s390/boot/Makefile
@@ -10,12 +10,11 @@
 OBJCOPY = $(CROSS_COMPILE)objcopy
 
 O_TARGET := 
-O_OBJS	 := 
 
 include $(TOPDIR)/Rules.make
 
 .S.o:
-	$(CC) $(AFLAGS) -traditional -c $< -o $*.o
+	$(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
 
 %.lnk: %.o
 	$(LD) -Ttext 0x0 -o $@ $<
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)