patch-2.4.21 linux-2.4.21/arch/ppc/boot/lib/Makefile

Next file: linux-2.4.21/arch/ppc/boot/lib/div64.S
Previous file: linux-2.4.21/arch/ppc/boot/ld.script
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/ppc/boot/lib/Makefile linux-2.4.21/arch/ppc/boot/lib/Makefile
@@ -2,8 +2,10 @@
 # Makefile for some libs needed by zImage.
 #
 
+USE_STANDARD_AS_RULE	:= true
+
 L_TARGET := zlib.a
 
-obj-y := zlib.o
+obj-y := zlib.o div64.o
 
 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)