#!/bin/bash
# compile kernel, and put romdisk.img into it.
#---
echo ${SU}
make linux || exit 1
#---
# End of LINUX bash compile file.
