This patch fixes two things:
authorStefan Reinauer <stepan@coresystems.de>
Fri, 5 Mar 2010 10:20:28 +0000 (10:20 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 5 Mar 2010 10:20:28 +0000 (10:20 +0000)
commitae22bcd6d99174994b5ac5e3369e0154bb9678c3
treea55b71f116a0408bad5cb2531fcd728423cd01ae
parent01ce601bdb4e664b502e8816a3e13e7b1d275e50
This patch fixes two things:

- -m32 is already defined by xcompile if the compiler is a 64bit compiler so
  drop it from the Makefile.
- allow "obj-.. += foo.o" for util/, too. Otherwise the source files in
  util/x86emu/ put their objects in util/ instead of $(obj)/util

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5186 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Makefile