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 <[EMAIL PROTECTED]> Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> 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> -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

