Add handling of image-postproc to the flavours'

makeflags, so that we can invoke arbitrary commands
on the image after it's built. This is required for
stripping of the sparc32 image.

svn path=/dists/trunk/linux-2.6/; revision=5717
This commit is contained in:
Jurij Smakov 2006-02-07 04:17:28 +00:00
parent 81b48b8b7f
commit b1180e3de5
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ class gencontrol(debian_linux.gencontrol.gencontrol):
('kernel-header-dirs', 'KERNEL_HEADER_DIRS'),
('kpkg-arch', 'KPKG_ARCH'),
('kpkg-subarch', 'KPKG_SUBARCH'),
('image-postproc', 'IMAGE_POSTPROC'),
('type', 'TYPE'),
):
if config_entry.has_key(i[0]):