From 8f064580dcae42c382ab6392f6c17b5622a08693 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 13 Aug 2008 03:07:21 +0000 Subject: [PATCH] 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 Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@755 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/options/build_opt_tbl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/options/build_opt_tbl.c b/util/options/build_opt_tbl.c index 396cb8a6a3..a72aea43b0 100644 --- a/util/options/build_opt_tbl.c +++ b/util/options/build_opt_tbl.c @@ -10,6 +10,7 @@ #define u16 uint16_t #define u8 uint8_t +#define STANDALONE #include #include