From 4211d46f1c817a670a5409995b54d9c46708a203 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 3 Apr 2008 20:42:36 +0000 Subject: Always build kernel.tramp. This should be helpful for a lot of people, as well making sure it doesn't break. --- sys/conf/Makefile.arm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf') 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 -- cgit v1.1