git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f77bf01
)
x86: fix boot error introduced by kbuild
author
Sam Ravnborg
<sam@neptun.(none)>
Tue, 16 Oct 2007 21:50:33 +0000
(23:50 +0200)
committer
Sam Ravnborg
<sam@neptun.(none)>
Tue, 16 Oct 2007 21:50:33 +0000
(23:50 +0200)
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>
No differences found