kbuild: fix first module build
authorSam Ravnborg <sam@neptun.(none)>
Fri, 19 Oct 2007 20:20:02 +0000 (22:20 +0200)
committerSam Ravnborg <sam@neptun.(none)>
Fri, 19 Oct 2007 20:20:02 +0000 (22:20 +0200)
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: Sam Ravnborg <sam@ravnborg.org>
Makefile

diff --cc Makefile
Simple merge