summaryrefslogtreecommitdiff
path: root/gentree.py
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-05-23 16:12:27 +0200
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-05-28 11:49:42 -0700
commit246fbc843420d302989661f115c70bb12fbd46f4 (patch)
treee55b3d483813a48acec36b622cdf4acd6d8a93d8 /gentree.py
parent2278be52368c2f8b55c361b4329494349437c651 (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: