From 8c39724a756d86b16d02a0408e7b8f398e52d44b Mon Sep 17 00:00:00 2001 From: SecureCRT Date: Fri, 22 Jun 2012 16:48:37 +0800 Subject: [PATCH] remove zImage before compile --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6886e590..3a29e816 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh KERNELBASEDIR=/ics/kernel/out - +rm arch/arm/boot/zImage make htcleo_defconfig make ARCH=arm CROSS_COMPILE=/home/securecrt/tools/arm-2010q1/bin/arm-none-eabi- zImage -j8 && make ARCH=arm CROSS_COMPILE=/home/securecrt/tools/arm-2010q1/bin/arm-none-eabi- modules -j8