x86: fix boot error introduced by kbuild
authorSam Ravnborg <sam@neptun.(none)>
Tue, 16 Oct 2007 21:50:33 +0000 (23:50 +0200)
committerSam Ravnborg <sam@neptun.(none)>
Tue, 16 Oct 2007 21:50:33 +0000 (23:50 +0200)
commit7eebb9348655b55553d65fc7cb6cfad292d28dbb
tree1990473960655295b9d368bce0c1e976a6984bbf
parentf77bf01425b11947eeb3b5b54685212c302741b8
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 <sam@ravnborg.org>
arch/x86/boot/Makefile