From cd6e8c4dc858692bbbc8155ca7645832de22c1e8 Mon Sep 17 00:00:00 2001 From: raj Date: Fri, 4 Apr 2008 17:35:24 +0000 Subject: Make kernel.tramp build properly on ARM9E. Reviewed by: imp Approved by: cognet (mentor) --- sys/conf/Makefile.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf/Makefile.arm') diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index e913b2a..12660f5 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -71,7 +71,7 @@ FILES_CPU_FUNC = $S/$M/$M/cpufunc_asm_arm7tdmi.S \ $S/$M/$M/cpufunc_asm_arm8.S $S/$M/$M/cpufunc_asm_arm9.S \ $S/$M/$M/cpufunc_asm_sa1.S $S/$M/$M/cpufunc_asm_arm10.S \ $S/$M/$M/cpufunc_asm_xscale.S $S/$M/$M/cpufunc_asm.S \ - $S/$M/$M/cpufunc_asm_xscale_c3.S + $S/$M/$M/cpufunc_asm_xscale_c3.S $S/$M/$M/cpufunc_asm_armv5_ec.S KERNEL_EXTRA=trampoline KERNEL_EXTRA_INSTALL=kernel.gz.tramp trampoline: ${KERNEL_KO}.tramp -- cgit v1.1