Minor build fixes.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 26 Dec 2010 19:16:22 +0000 (14:16 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 26 Dec 2010 19:16:22 +0000 (14:16 -0500)
commit311f8876afbbe3cbe0aa04742ef41831ffcb85bb
treeb0ed16833b0bae8d4713c9a0ba052e8f8dcfe0cc
parentbca3a878467d30e13a776243c5ca3e426dc847a0
Minor build fixes.

I made these two tiny changes to SeaBIOS when I was playing with the
HEAD version.

The Makefile change prevents the test command from failing if CC
contains a space.

The coreboot change prevents a warning on our gcc 4.5.2 in certain
circumstances when sizeof seems to be unsigned long int instead of
unsigned int.

They're both unintrusive, shouldn't have potential for breaking
anything.

Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Makefile
src/coreboot.c