linux: strip installed modules
authorMike Frysinger <vapier@gentoo.org>
Wed, 17 Nov 2010 23:55:43 +0000 (18:55 -0500)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 24 Nov 2010 21:02:40 +0000 (22:02 +0100)
commit8101c9a357d110d7b9055fc13e77f9775ea1b1e6
tree8460d182911677b9493626d2fb15e5b1c5e770c0
parentbab71ad4ddf28a8f5af5572c699a438331a63d3a
linux: strip installed modules

The installed kernel modules should have useless build cruft stripped out
of them.  On my system, a default build went from a very unreasonable 30MB
to a normal 3MB (on disk) and from 14MB to 3MB when compressed due to the
info stored in the kernel modules alone.

[Peter: don't hardcode binutils strip specific options]
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile