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@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@755 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2008-08-13 03:07:21 +00:00
commit 8f064580dc

View file

@ -10,6 +10,7 @@
#define u16 uint16_t
#define u8 uint8_t
#define STANDALONE
#include <mc146818rtc.h>
#include <tables.h>