debian/bin/gencontrol.py: Remove support for header dirs of other arches.

svn path=/dists/trunk/linux-2.6/; revision=14232
This commit is contained in:
Bastian Blank 2009-09-14 10:20:45 +00:00
parent 728e91d725
commit 34368f1d61
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ class Gencontrol(Base):
def do_featureset_setup(self, vars, makeflags, arch, featureset, extra):
config_base = self.config.merge('base', arch, featureset)
makeflags['KERNEL_HEADER_DIRS'] = config_base.get('kernel-header-dirs', config_base.get('kernel-arch'))
makeflags['LOCALVERSION_HEADERS'] = vars['localversion_headers'] = vars['localversion']
def do_featureset_packages(self, packages, makefile, arch, featureset, vars, makeflags, extra):