From: Sam Ravnborg Date: Fri, 19 Oct 2007 20:20:02 +0000 (+0200) Subject: kbuild: fix first module build X-Git-Tag: v2.6.24-rc1~134^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb9d092de0b21f8f3f0a20dc2ec84395549fb62;p=pandora-kernel.git 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 --- Reading git-diff-tree failed