missing make (doh)

This commit is contained in:
YellowJacketLinux 2024-10-12 22:01:39 -07:00
parent 10866256ca
commit 289324fb1f

View File

@ -18,6 +18,8 @@ make mrproper
cp ../lts-kernel-config ./.config
make oldconfig
make
if [ $? -ne 0 ]; then
myfail "Failed building kernel"
fi