summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-04-03 20:42:36 +0000
committerimp <imp@FreeBSD.org>2008-04-03 20:42:36 +0000
commit4211d46f1c817a670a5409995b54d9c46708a203 (patch)
tree7070b7d0d313b77f08844422ec5d83cda9f7b602 /sys/conf
parent16479d02b1b1b0215b63d4089dcd02250a79ba66 (diff)
downloadFreeBSD-src-4211d46f1c817a670a5409995b54d9c46708a203.zip
FreeBSD-src-4211d46f1c817a670a5409995b54d9c46708a203.tar.gz
Always build kernel.tramp. This should be helpful for a lot of
people, as well making sure it doesn't break.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/Makefile.arm2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index 574d422..e913b2a 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -72,6 +72,8 @@ FILES_CPU_FUNC = $S/$M/$M/cpufunc_asm_arm7tdmi.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
+KERNEL_EXTRA=trampoline
+KERNEL_EXTRA_INSTALL=kernel.gz.tramp
trampoline: ${KERNEL_KO}.tramp
${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
echo "#define KERNNAME \"${KERNEL_KO}.tmp\"" >opt_kernname.h
OpenPOWER on IntegriCloud