summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.arm
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2008-04-04 17:35:24 +0000
committerraj <raj@FreeBSD.org>2008-04-04 17:35:24 +0000
commitcd6e8c4dc858692bbbc8155ca7645832de22c1e8 (patch)
treedfd1541443f75d4a1e168fbd29439b09d26c2f1c /sys/conf/Makefile.arm
parent30afe603df11f74ffd51576bef1ddc2ac669bcb1 (diff)
downloadFreeBSD-src-cd6e8c4dc858692bbbc8155ca7645832de22c1e8.zip
FreeBSD-src-cd6e8c4dc858692bbbc8155ca7645832de22c1e8.tar.gz
Make kernel.tramp build properly on ARM9E.
Reviewed by: imp Approved by: cognet (mentor)
Diffstat (limited to 'sys/conf/Makefile.arm')
-rw-r--r--sys/conf/Makefile.arm2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud