aboutsummaryrefslogtreecommitdiff
path: root/src/lib/cbfs_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cbfs_core.h')
-rw-r--r--src/lib/cbfs_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cbfs_core.h b/src/lib/cbfs_core.h
index c301c337a2..f9aeaa8069 100644
--- a/src/lib/cbfs_core.h
+++ b/src/lib/cbfs_core.h
@@ -15,6 +15,8 @@
# define CBFS_MINI_BUILD
#elif defined(__BOOTBLOCK__)
/* No LZMA in boot block. */
+#elif defined(__VERSTAGE__)
+ /* No LZMA in verstage. */
#elif defined(__PRE_RAM__) && !CONFIG_COMPRESS_RAMSTAGE
/* No LZMA in romstage if ramstage is not compressed. */
#else