Skip to content

Commit

Permalink
Update build_tool.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
timiiify authored Aug 5, 2023
1 parent c192661 commit af10641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ clean(){
build_kernel(){
export KBUILD_BUILD_USER="zahi0"
export KBUILD_BUILD_HOST="zahi0-server"
make $args wayne_defconfig #修改配置文件
make $args timiiify/build_kernel #修改配置文件
if [ $? -ne 0 ]; then
exit 0
fi
Expand Down

0 comments on commit af10641

Please sign in to comment.