summaryrefslogtreecommitdiff
path: root/modutils/Kbuild (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-6/+7
| | | | | | | | | | | | | | | - a lot faster (linear algorithmic complexity, smaller memory foot print) - a lot smaller (the old code was overly complicated) - loading of aliases is now module-init-tools compliant - blacklisting is done correctly (-b option added) - module argument quoting done right - depmod now correctly generates modules.symbols and modules.alias add/remove: 16/21 grow/shrink: 4/6 up/down: 6930/-9316 Total: -2386 bytes text data bss dec hex filename 806039 592 6680 813311 c68ff busybox_old 803498 592 6676 810766 c5f0e busybox_unstripped
* modutils: optional modutils-small by Vladimir Dronnikov.Denis Vlasenko2008-07-041-5/+6
| | | | | | 15kb smaller than standard one. libbb/recursive_action.c: commented-out code for aborting the scan.
* - add simple first-draft unoptimized depmod just to proove Vladimir ↵Bernhard Reutner-Fischer2008-05-261-0/+1
| | | | | | | Dronnikov wrong text data bss dec hex filename 569 0 0 569 239 modutils/depmod.o
* build system overhaulDenis Vlasenko2006-10-051-0/+11