summaryrefslogtreecommitdiff
path: root/gentree.py
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-05-28 11:49:24 -0700
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-05-28 11:49:24 -0700
commit2278be52368c2f8b55c361b4329494349437c651 (patch)
treeec7bab3870c0523261444ba0ecd522d0a30c60ac /gentree.py
parent7f1b4e0258ade60670cf60f2bd46996005843cea (diff)
Revert "backport: move kconfig code to "kconf" directory"
I failed to see v2 patch. This reverts commit 7f1b4e0258ade60670cf60f2bd46996005843cea.
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 fef2faf6..86b3f3c1 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/', 'kconf/', 'defconfigs/',
+ 'Makefile.real', 'compat/', 'backport-include/', 'kconfig/', 'defconfigs/',
'scripts/', '.blacklist.map', 'udev/',
]]
if not args.git_revision: