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

kbuild: fix first module build



When building a specific module before doing a total kernel
build it failed because $(MORVERDIR) were missing.
Creating the MODVERDIR explicit (independent of KBUILD_MODULES)
fixed this. As a side-effect the MODVERDIR will be created
also for a non-module build - but no harm done by that.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 6e66b900
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