diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-04-11 16:55:22 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-04-15 11:32:45 +0200 |
commit | a09a3f4cd32915a438f92be173c91bd17d88f89f (patch) | |
tree | f91f144ba0771ddf649d7fc50358c827e967b584 /gentree.py | |
parent | 7ffd70d3edcd96768ada03b9b524bff265f9b0b8 (diff) |
backports: move header files
This first step in reorganising the header files moves all the
header files into a new backport-include/ directory that gets
priority over the regular include/ where we copy the files we
want to backport from the kernel. This will help split all the
header files into logical units.
While at it, move and rename compat_2.6.h and compat_autoconf.h
to backport/backport.h and backport/autoconf.h respectively.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'gentree.py')
-rwxr-xr-x | gentree.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/', 'include/', 'kconfig/', 'defconfigs/', + 'Makefile.real', 'compat/', 'backport-include/', 'kconfig/', 'defconfigs/', 'scripts/', '.blacklist.map', 'udev/', ]] if not args.git_revision: |