linux: restore DEPMOD usage
authorMike Frysinger <vapier@gentoo.org>
Wed, 8 Dec 2010 09:27:06 +0000 (04:27 -0500)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 11 Dec 2010 21:57:07 +0000 (22:57 +0100)
commitb7a2358f0babe29219f3e2956eae53603b4a7f2c
tree2895495133a8a20d23de5c3a62e91bbdc216a4ff
parent6f955df42d27f9afe7a9a1a43d0a4095a95c1286
linux: restore DEPMOD usage

The linux.mk rewrite lost the DEPMOD setting while installing modules
which means depending on host-module-init-tools has been useless.
Instead, the build system has been executing /sbin/depmod.

While we're here, drop the INSTALL_MOD_PATH since LINUX26_MAKE_FLAGS
already contains it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/linux.mk