Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-09 | kbuild: Hack for depmod not handling X.Y versions | Michal Marek | 1 | -1/+24 | |
depmod from module-init-tools < 3.13 and the busybox depmod check if the kernel release starts with <num>.<num>.<num>. To support these versions, we create a symlink with two numbers prepended. Signed-off-by: Michal Marek <mmarek@suse.cz> | |||||
2011-06-09 | kbuild: Move depmod call to a separate script | Michal Marek | 1 | -0/+25 | |
Do not bloat the Makefile with multiline shell statements. No user-visible change intended. Signed-off-by: Michal Marek <mmarek@suse.cz> |