patch-2.4.2 linux/arch/arm/boot/bootp/Makefile
Next file: linux/arch/arm/boot/bootp/init.S
Previous file: linux/arch/arm/boot/Makefile
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Thu Feb  8 16:32:44 2001
-  Orig file: 
v2.4.1/linux/arch/arm/boot/bootp/Makefile
-  Orig date: 
Sun Sep  3 11:19:11 2000
diff -u --recursive --new-file v2.4.1/linux/arch/arm/boot/bootp/Makefile linux/arch/arm/boot/bootp/Makefile
@@ -7,7 +7,8 @@
 ZLDFLAGS	=-p -X -T bootp.lds \
 		 --defsym initrd_addr=$(INITRD_PHYS) \
 		 --defsym initrd_virt=$(INITRD_VIRT) \
-		 --defsym params=$(PARAMS_PHYS)
+		 --defsym params=$(PARAMS_PHYS) \
+		 --defsym kernel_addr=$(ZTEXTADDR)
 
 all:		bootp
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)