blob: 2a841383c82ce11623d5906fb4b484718567491f [file] [log] [blame]
#! /bin/bash
export CROSS_COMPILE=/opt/gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-
make ARCH=arm meson64_a32_defconfig
make ARCH=arm -j16 uImage || echo "Compile Image Fail !!"
make ARCH=arm txl_t962_p321.dtb || echo "Compile dtb Fail !!"
make ARCH=arm sc2_pxp.dtb || echo "Compile dtb Fail !!"
make ARCH=arm sc2_s905x4_ah212.dtb || echo "Compile dtb Fail!!"
make ARCH=arm sc2_s905x4_ah219.dtb || echo "Compile dtb Fail!!"