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:
parent
cf675f9aa8
commit
8f064580dc
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#define u16 uint16_t
|
||||
#define u8 uint8_t
|
||||
|
||||
#define STANDALONE
|
||||
#include <mc146818rtc.h>
|
||||
#include <tables.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue