Merge pull request #11 from Rmys/patch-6

objtool
This commit is contained in:
Ertuğrul Erata
2018-06-13 21:51:17 +00:00
committed by GitHub
+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()