summaryrefslogtreecommitdiffstats
path: root/util/x86emu/yabel/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/device.h')
-rw-r--r--util/x86emu/yabel/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/yabel/device.h b/util/x86emu/yabel/device.h
index c8e78db88607..1dad9e213cf7 100644
--- a/util/x86emu/yabel/device.h
+++ b/util/x86emu/yabel/device.h
@@ -14,7 +14,7 @@
#define DEVICE_LIB_H
#include <types.h>
-#if COREBOOT_V2
+#ifdef COREBOOT_V2
#include <arch/byteorder.h>
#include "compat/of.h"
#else