Add lzma.o for CBFS, regardless if CONFIG_COMPRESSED_PAYLOAD_LZMA is
[coreboot.git] / src / lib / Config.lb
index 7585761eb863c4efc62ef640dddd59b01654b4d8..259132951f9dfb1d64517ef2188fe8e235a6f926 100644 (file)
@@ -1,4 +1,3 @@
-uses HAVE_FALLBACK_BOOT
 uses CONFIG_USE_INIT
 uses CONFIG_USBDEBUG_DIRECT
 
@@ -28,6 +27,7 @@ initobject memcmp.o
 
 if CONFIG_CBFS
        object cbfs.o
+       object lzma.o
 end
 
 if CONFIG_COMPRESSED_PAYLOAD_LZMA