From: Roman Zippel Date: Sun, 10 Dec 2006 10:18:41 +0000 (-0800) Subject: [PATCH] kbuild: don't put temp files in source X-Git-Tag: v2.6.20-rc1~145^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347a00fb4ad2200f8f8331f8b366b1d84eff577d;p=pandora-kernel.git [PATCH] kbuild: don't put temp files in source The as-instr/ld-option need to create temporary files, but create them in the output directory, when compiling external modules. Reformat them a bit and use $(CC) instead of $(AS) as the former is used by kbuild to assemble files. Signed-off-by: Roman Zippel Cc: Andi Kleen Cc: Jan Beulich Cc: Sam Ravnborg Cc: Cc: Horst Schirmeier Cc: Daniel Drake Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed