From: Sam Ravnborg Date: Tue, 16 Oct 2007 21:50:33 +0000 (+0200) Subject: x86: fix boot error introduced by kbuild X-Git-Tag: v2.6.24-rc1~826^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eebb9348655b55553d65fc7cb6cfad292d28dbb;p=pandora-kernel.git x86: fix boot error introduced by kbuild x86 uses target specific assignment of EXTRA_AFLAGS, EXTRA_CFLAGS - this caused troubles with introducing asflags-y, ccflags-y. Fixed the target specific assignments in arch/x86/boot/Makefile and auditted the rest of the kernel for similar usage. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed