Makefile: Fix install error with make -j option
authorRobert Richter <[email protected]>
Thu, 2 May 2013 12:50:37 +0000 (14:50 +0200)
committerMichal Marek <[email protected]>
Wed, 3 Jul 2013 12:58:13 +0000 (14:58 +0200)
commitd2aae8477cd00325bb7c7c7e95be488088900c48
tree3d91e8e36b0ab081a19589bbab9e2a31f19f5abb
parent04130cc973a96df33b1429024fd6dec59fa35a84
Makefile: Fix install error with make -j option

Make modules_install fails with -j option:

   DEPMOD
 Usage: .../.source/linux/scripts/depmod.sh /sbin/depmod <kernelrelease>
 make[1]: *** [_modinst_post] Error 1

Adding kernelrelease dependency to fix this.

Signed-off-by: Robert Richter <[email protected]>
Cc: <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
Makefile