Lynx framebuffers multidomain implementation.
[linux/elbrus.git] / crossbuild-e2k
blobb56b5e865908d700ce4328fa9bdac4815cf47d0d
1 #!/bin/bash
2 export ARCH=e2k
3 export CROSS_COMPILE="/opt/mcst/bin.toolchain/e2k-linux-"
5 make mrproper
6 make defconfig
8 make bootimage CC=/opt/mcst/bin.toolchain/e2k-linux-gcc -j5
9 rm scripts/mod/.devicetable-offsets.h.cmd
10 make modules CC=/opt/mcst/bin.toolchain/e2k-linux-gcc -j5
11 make modules_install INSTALL_MOD_PATH=../modules_3.14_e2k -j5