1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh set -e export CROSS_COMPILE=/opt/gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- export ARCH=arm cd linux-4.15.5 make vexpress_defconfig make -j 4 zImage make -j 4 modules make vexpress-v2p-ca9.dtb