diff --git a/KernelBuild/02-linux-kernel.sh b/KernelBuild/02-linux-kernel.sh index 000512d..66d5e9c 100644 --- a/KernelBuild/02-linux-kernel.sh +++ b/KernelBuild/02-linux-kernel.sh @@ -18,6 +18,8 @@ make mrproper cp ../lts-kernel-config ./.config make oldconfig + +make if [ $? -ne 0 ]; then myfail "Failed building kernel" fi