diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/x86emu/include/x86emu/x86emu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/include/x86emu/x86emu.h b/util/x86emu/include/x86emu/x86emu.h index 141e27f444..a4b09e3f18 100644 --- a/util/x86emu/include/x86emu/x86emu.h +++ b/util/x86emu/include/x86emu/x86emu.h @@ -43,7 +43,7 @@ #define __X86EMU_X86EMU_H /* FIXME: redefine printk for the moment */ -#ifdef COREBOOT_V2 +#ifdef CONFIG_COREBOOT_V2 #include <console/console.h> #undef printk #define printk(x...) do_printk(BIOS_DEBUG, x) |