nvidia kernel-5.6.4 rebuild

This commit is contained in:
akn
2020-04-14 16:19:36 +03:00
parent 5c90b1ac2b
commit c8f60af9df
11 changed files with 1659 additions and 4 deletions
@@ -57,9 +57,15 @@ def build():
if get.buildTYPE() == 'emul32':
return
#kernel 5.6.4 32 bit patch hatası
elif get.ARCH() == "x86_64":
shelltools.system("patch -p1 < kernel-5.6-uvm.patch")
shelltools.export("SYSSRC", "/lib/modules/%s/build" % KDIR)
shelltools.cd("kernel")
autotools.make("module")
#shelltools.cd("uvm")