diff --git a/pisi/actionsapi/kerneltools.py b/pisi/actionsapi/kerneltools.py index e2359a13..869b43c6 100644 --- a/pisi/actionsapi/kerneltools.py +++ b/pisi/actionsapi/kerneltools.py @@ -27,6 +27,7 @@ from pisi.actionsapi.shelltools import makedirs from pisi.actionsapi.shelltools import copytree def installHeaders(*additionalDirs): + """ Install the files needed to build out-of-tree kernel modules. """ pruned = ["include", "scripts"] wanted = ["Makefile*", "Kconfig*", "Kbuild*", "*.sh", "*.pl", "*.lds"]