summaryrefslogtreecommitdiffstats
path: root/util/x86emu/yabel/debug.h
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2009-03-01 19:23:02 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2009-03-01 19:23:02 +0000
commit10c8cd84b2fb3c4237c0a8c92d798c563ae3ffcd (patch)
tree010f988a08c32236f0d2581358d51faedf2db321 /util/x86emu/yabel/debug.h
parentbe57458c77a5675d676859fb32031babb609c8a8 (diff)
downloadcoreboot-10c8cd84b2fb3c4237c0a8c92d798c563ae3ffcd.tar.gz
coreboot-10c8cd84b2fb3c4237c0a8c92d798c563ae3ffcd.tar.bz2
coreboot-10c8cd84b2fb3c4237c0a8c92d798c563ae3ffcd.zip
Trivial patch to make v3 compile too.
Signed-off-by: Ronald Hoogenboom <hoogenboom30@zonnet.nl> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1142 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'util/x86emu/yabel/debug.h')
-rw-r--r--util/x86emu/yabel/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/yabel/debug.h b/util/x86emu/yabel/debug.h
index de44c36b761b..987029afc6d9 100644
--- a/util/x86emu/yabel/debug.h
+++ b/util/x86emu/yabel/debug.h
@@ -19,7 +19,7 @@ extern u32 debug_flags;
extern void x86emu_dump_xregs(void);
/* printf is not available in coreboot... use printk */
-#if COREBOOT_V2
+#ifdef COREBOOT_V2
#include <console/console.h>
#else
#include <console.h>