forgot make before oldconfig

This commit is contained in:
Pratham Patel 2023-10-01 08:53:07 +05:30
parent 02eca55b4e
commit e105c613c6
No known key found for this signature in database

View File

@ -97,7 +97,7 @@ rm -rf kernel-tfg/
./configure-linux.sh
# "remake" the .config since './scripts/config' does not handle dependencies at all
oldconfig
make oldconfig
%build
source ./configure-linux.sh