清空内核:
make target/linux/clean V=s
解压内核:
make target/linux/prepare V=s
编译内核:
make target/linux/compile V=s -j8