From 545167252d564ed13a669f62a29a5a2640c55a43 Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Mon, 22 Oct 2012 16:41:42 +0800 Subject: build: build coreboot on mingw. regex, pdcurses, wsock(for itohl) are seperated libraries. mmap and unmmap are ported from git. Issues: 1. The length of command line is limited. That makes the Thather can not be built because too many obj.o need to be built. Change-Id: I1d60ec5c7720c1e712e246c4cd12e4b718fed05f Signed-off-by: Zheng Bao Signed-off-by: Zheng Bao Reviewed-on: http://review.coreboot.org/1604 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/nvramtool/lbtable.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/nvramtool/lbtable.c') diff --git a/util/nvramtool/lbtable.c b/util/nvramtool/lbtable.c index 83597e4ee9..7a968b7222 100644 --- a/util/nvramtool/lbtable.c +++ b/util/nvramtool/lbtable.c @@ -31,9 +31,10 @@ #include #include -#include #include +#ifndef __MINGW32__ #include +#endif #include "common.h" #include "coreboot_tables.h" #include "ip_checksum.h" -- cgit v1.2.3