kbuild: Generate modules.builtin in make modules_install
authorMichal Marek <mmarek@suse.cz>
Wed, 10 Mar 2010 11:28:58 +0000 (12:28 +0100)
committerMichal Marek <mmarek@suse.cz>
Wed, 10 Mar 2010 11:31:06 +0000 (12:31 +0100)
commit73d1393eb8507ed5fd7f8e696f6b1ecc18035ebe
tree5febaffdd061ec155e370a08be5c5db3152a9434
parente93bc1a0cab3e54e3c1947e01c8e73892e35630d
kbuild: Generate modules.builtin in make modules_install

The previous approach didn't work if one did
make modules && make modules_install
Add modules.builtin as dependency of _modinst_, which is the target that
actually needs the file.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Makefile