Makefile: do not run depmod manually
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 3 Nov 2011 12:02:40 +0000 (08:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 3 Nov 2011 12:02:40 +0000 (08:02 -0400)
commitdc1f0d57008b54beda38cb502407d5a1b1332a27
tree84ce29438aef995c8b2ac71e3b3d8aecd010d2c7
parente2222c2ec915586e54d59d4b477f9ef6ceeffc39
Makefile: do not run depmod manually

The modules_install target of the kernel build infrastructure already
runs depmod properly, taking into account the cross-compilation
case. Therefore, it is useless to re-run depmod here, and also harmful
since it does not work in cross-compilation contexts (it does the
depmod on the modules installed on the host and not the ones being
built for the target).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile
This page took 0.026045 seconds and 4 git commands to generate.