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)
commit7bb9d092de0b21f8f3f0a20dc2ec84395549fb62
treef5a88707627e03f028dc20babb92c834aa2a9915
parent6e66b9005dfc9e0bc6785d734745a4bf8f85f16b
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: Sam Ravnborg <sam@ravnborg.org>
Makefile
This page took 0.024991 seconds and 5 git commands to generate.