]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd66065b61fc4ac69b592e764501554a935d3aef4
tree1990473960655295b9d368bce0c1e976a6984bbf
parent7623d29a844f94d45c464b05fdfe702e3e1b5cf5
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