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
- Lines: 11
- Date:
Mon Sep 18 15:15:24 2000
- Orig file:
v2.4.0-test8/linux/arch/arm/boot/compressed/Makefile
- Orig date:
Sun Aug 13 09:54:15 2000
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)