]> git.hungrycats.org Git - linux/commitdiff
zygo: make-kernel: apparently if we don't override KSRC, we don't override anything
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Mon, 28 Dec 2020 12:25:52 +0000 (07:25 -0500)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Tue, 29 Dec 2020 03:37:26 +0000 (22:37 -0500)
(cherry picked from commit b9c11139ef2b3856f60a8dbfab5930985e9f0c4a)

zygo/make-kernel

index b4b7c2244d813a2e7e64656591a2036e8da5d0ce..4a57b79af2fb3901b948b735a59c512bf3209b92 100755 (executable)
@@ -13,6 +13,7 @@ MAKEFLAGS="EXTRAVERSION=$EXTRAVERSION -j$((procsOnln * 2)) -O"
 MODULE_LOC=$PWD/../modules
 INSTALLKERNEL=true
 KBUILD_DIR=$PWD
+KSRC=$PWD
 set +a
 
 time annotate-output make bindeb-pkg 2>&1 | tee make.log