This commit is contained in:
Rmys
2018-06-14 00:19:54 +03:00
committed by GitHub
parent 77d2015a9e
commit bda46a66bb
+1 -1
View File
@@ -29,7 +29,7 @@ def install():
kerneltools.install()
# add objtool for external module building and enabled VALIDATION_STACK option
pisitools.insinto("/usr/src/linux-headers-4.14.49/tools/objtool","%s/tools/objtool/objtool" % get.curDIR())
pisitools.insinto("/usr/src/linux-headers-%s/tools/objtool" % get.srcVERSION(), "%s/tools/objtool/objtool" % get.curDIR())
# Install kernel headers needed for out-of-tree module compilation
kerneltools.installHeaders()