summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/vbexport/boot_device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vbexport/boot_device.c b/lib/vbexport/boot_device.c
index b26ce46b25..adb67e3253 100644
--- a/lib/vbexport/boot_device.c
+++ b/lib/vbexport/boot_device.c
@@ -9,7 +9,9 @@
*/
#include <common.h>
+#ifdef CONFIG_MMC
#include <mmc.h>
+#endif
#include <part.h>
#include <usb.h>
#include <chromeos/common.h>