summaryrefslogtreecommitdiff
path: root/gentree.py
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-05-23 16:11:27 +0200
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-05-28 11:48:10 -0700
commit7f1b4e0258ade60670cf60f2bd46996005843cea (patch)
tree2997c26ef08237341c2b1edb59bf70a182af83f2 /gentree.py
parent1ea075ea8dd98a5cc21d3d79ff0204797bb78eb5 (diff)
backport: move kconfig code to "kconf" directory
Having the kconfig code in a directory called "kconfig" and having a file called "Kconfig" causes issues if the code is ever stored on a case-insensitive filesystem. Avoid these by just calling the kconfig directory kconf instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'gentree.py')
-rwxr-xr-xgentree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentree.py b/gentree.py
index 86b3f3c1..fef2faf6 100755
--- a/gentree.py
+++ b/gentree.py
@@ -323,7 +323,7 @@ def process(kerneldir, outdir, copy_list_file, git_revision=None,
# do the copy
backport_files = [(x, x) for x in [
'Kconfig', 'Makefile', 'Makefile.build', 'Makefile.kernel', '.gitignore',
- 'Makefile.real', 'compat/', 'backport-include/', 'kconfig/', 'defconfigs/',
+ 'Makefile.real', 'compat/', 'backport-include/', 'kconf/', 'defconfigs/',
'scripts/', '.blacklist.map', 'udev/',
]]
if not args.git_revision: