3 # Check this system has ccache
7 if [ "$?" -eq "0" ]; then
14 rm -f arch/arm/boot/zImage
15 rm -f arch/arm/boot/dts/*.dtb
17 if ! [ -e .config ] ; then
18 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- tizen_bcm2709_defconfig
21 make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -j8
23 if [ ! -f "./arch/arm/boot/zImage" ]; then