summaryrefslogtreecommitdiffstats
path: root/util/x86emu/biosemu.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/biosemu.c')
-rw-r--r--util/x86emu/biosemu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/biosemu.c b/util/x86emu/biosemu.c
index 360af645047f..e91343603f01 100644
--- a/util/x86emu/biosemu.c
+++ b/util/x86emu/biosemu.c
@@ -36,7 +36,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifdef COREBOOT_V2
+#ifdef CONFIG_COREBOOT_V2
#include <arch/io.h>
#include <console/console.h>
#else