Add docstring

This commit is contained in:
Ozan Çağlayan
2009-04-08 18:20:30 +00:00
parent 388c63f205
commit 432d6749d1
+1
View File
@@ -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"]