Skip to content
Commit ab19f879 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: fix modules_install after a 'make vmlinux'



make vmlinux would delete the content of $(MODVERDIR)
equals .tmp_versions. This caused a subsequent
make modules_install to fail.

Fix it so we clean the directory only for the
modules build - but we still unconditionally create it so
we can do:
make dir/file.ko
without a preceeding make modules.

Reported by David Miller <davem@davemloft.net>

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Cc: David Miller <davem@davemloft.net>
parent 437374e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment