#!/bin/bash make clean make cp -v adc.ko /mips/haps/initramfs/tmp/adc.ko if [ -e adc.ko ]; then cd /mips/haps/ make vmlinux.bin ./tools/split2update fi