patch-2.4.0-test2 linux/arch/arm/mm/Makefile
Next file: linux/arch/arm/mm/consistent.c
Previous file: linux/arch/arm/lib/uaccess.S
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Jun 19 17:59:34 2000
- Orig file:
v2.4.0-test1/linux/arch/arm/mm/Makefile
- Orig date:
Tue Apr 11 15:09:12 2000
diff -u --recursive --new-file v2.4.0-test1/linux/arch/arm/mm/Makefile linux/arch/arm/mm/Makefile
@@ -22,6 +22,9 @@
ifeq ($(CONFIG_CPU_ARM7),y)
P_OBJS += proc-arm6,7.o
endif
+ ifeq ($(CONFIG_CPU_ARM720),y)
+ P_OBJS += proc-arm720.o
+ endif
ifeq ($(CONFIG_CPU_SA110),y)
P_OBJS += proc-sa110.o
endif
@@ -41,5 +44,6 @@
fault-armo.o: fault-common.c
proc-arm2,3.o: ../lib/constants.h
proc-arm6,7.o: ../lib/constants.h
+proc-arm720.o: ../lib/constants.h
proc-sa110.o: ../lib/constants.h
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)