patch-2.4.0-test9 linux/arch/arm/boot/compressed/Makefile

Next file: linux/arch/arm/boot/compressed/head-netwinder.S
Previous file: linux/arch/arm/boot/bootp/init.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/arch/arm/boot/compressed/Makefile linux/arch/arm/boot/compressed/Makefile
@@ -24,6 +24,10 @@
 OBJS		+= head-netwinder.o
 endif
 
+ifeq ($(CONFIG_ARCH_INTEGRATOR),y)
+OBJS		+= head-netwinder.o
+endif
+
 ifeq ($(CONFIG_ARCH_NEXUSPCI),y)
 HEAD		 = head-nexuspci.o
 endif

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