summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 b26ce46b257..adb67e3253c 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>