(and, for the record: no more #ifdef in coreboot. We're not going to have this happen again.If we do have it in v2, let's remove it.)
-#ifdef CONFIG_COMPRESSION_LZMA +#ifdef CONFIG_COMPRESSED_PAYLOAD_LZMA==1
case CBFS_COMPRESS_LZMA: { unsigned long ulzma(unsigned char *src, unsigned char *dst);
I think you missed one.
Myles