#As it's configured, the master branch builds uImage, modules, and u-boot.
There are no video/audio drivers compiled in, but networking and usb should function properly.
export PATH=$PATH:$TOOLS/arm-toolchain/bin
cd $CURRENT_PATH/u-boot
make wmt_config
make all
cd $CURRENT_PATH/kernel
export PATH=$PATH:$TOOLS/arm-toolchain/bin
make 8710_defconfig
make ubin