Build cbfstool with native data size. Trivial change.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4631 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2009-09-14 14:13:13 +00:00
parent b7b56dd8fb
commit 77ee932a22
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ cbfsobj += cbfs-mkstage.o
cbfsobj += cbfs-mkpayload.o
cbfsobj += cbfstool.o
CBFSTOOLFLAGS=-m32 -DCOMPACT
CBFSTOOLFLAGS=-DCOMPACT
$(obj)/util/cbfstool:
mkdir -p $@