summaryrefslogtreecommitdiffstats
path: root/util/x86emu/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/x86.c')
-rw-r--r--util/x86emu/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/x86.c b/util/x86emu/x86.c
index 3b7afd03ef0f..8509df311149 100644
--- a/util/x86emu/x86.c
+++ b/util/x86emu/x86.c
@@ -20,7 +20,7 @@
#include <device/pci.h>
#include <string.h>
-#ifdef COREBOOT_V2
+#ifdef CONFIG_COREBOOT_V2
#include <arch/io.h>
#include <console/console.h>
#define printk(x...) do_printk(x)