patch-2.4.0-test12 linux/arch/arm/boot/compressed/Makefile
Next file: linux/arch/arm/def-configs/a5k
Previous file: linux/arch/arm/boot/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Nov 27 17:07:59 2000
- Orig file:
v2.4.0-test11/linux/arch/arm/boot/compressed/Makefile
- Orig date:
Sun Oct 8 10:50:05 2000
diff -u --recursive --new-file v2.4.0-test11/linux/arch/arm/boot/compressed/Makefile linux/arch/arm/boot/compressed/Makefile
@@ -18,6 +18,7 @@
#
ifeq ($(CONFIG_ARCH_ACORN),y)
OBJS += ll_char_wr.o font.o
+ZLDFLAGS += -defsym params=$(PARAMS_PHYS)
endif
ifeq ($(CONFIG_ARCH_NETWINDER),y)
@@ -34,6 +35,11 @@
ifeq ($(CONFIG_ARCH_L7200),y)
OBJS += head-l7200.o
+endif
+
+ifeq ($(CONFIG_ARCH_P720T),y)
+# Borrow this code from SA1100
+OBJS += head-sa1100.o
endif
ifeq ($(CONFIG_ARCH_SA1100),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)