From: Michal Marek Date: Wed, 25 Nov 2009 14:14:49 +0000 (+0100) Subject: kbuild: create include/generated in silentoldconfig X-Git-Tag: v2.6.33-rc1~37^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32197c7ffb06b1319850f8fdfa1a49d32a63b79b;p=pandora-kernel.git kbuild: create include/generated in silentoldconfig The toplevel Makefile creates the directory if it runs silentoldconfig automatically, but if run manually, it fails: $ make mrproper $ make defconfig && make silentoldconfig *** Default configuration is based on 'x86_64_defconfig' # # configuration written to .config # scripts/kconfig/conf -s arch/x86/Kconfig *** Error during update of the kernel configuration. ... Move the mkdir command to the silentoldconfig target to make it work. Signed-off-by: Michal Marek --- Reading git-diff-tree failed