[coreboot] r755 - coreboot-v3/util/options

svn at coreboot.org svn at coreboot.org
Wed Aug 13 05:07:21 CEST 2008


Author: rminnich
Date: 2008-08-13 05:07:21 +0200 (Wed, 13 Aug 2008)
New Revision: 755

Modified:
   coreboot-v3/util/options/build_opt_tbl.c
Log:
Emergency commit as I have broken this tool. 

Basically, anything that includes files from include/ should define 
STANDALONE, so that the includes don't try to created SHARED symbols. 

This was not a problem until we made get_option SHARED. 

Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>



Modified: coreboot-v3/util/options/build_opt_tbl.c
===================================================================
--- coreboot-v3/util/options/build_opt_tbl.c	2008-08-13 02:49:03 UTC (rev 754)
+++ coreboot-v3/util/options/build_opt_tbl.c	2008-08-13 03:07:21 UTC (rev 755)
@@ -10,6 +10,7 @@
 #define u16 uint16_t
 #define u8 uint8_t
 
+#define STANDALONE
 #include <mc146818rtc.h>
 #include <tables.h>
 





More information about the coreboot mailing list