spl: lib: Allow for decompression in any SPL build
Add Kconfig symbols and update the Makefile rules so that decompression can be used in TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
12
lib/Makefile
12
lib/Makefile
@@ -83,12 +83,12 @@ obj-$(CONFIG_$(XPL_)SHA512_LEGACY) += sha512.o
|
||||
obj-$(CONFIG_CRYPT_PW) += crypt/
|
||||
obj-$(CONFIG_$(XPL_)ASN1_DECODER_LEGACY) += asn1_decoder.o
|
||||
|
||||
obj-$(CONFIG_$(XPL_)ZLIB) += zlib/
|
||||
obj-$(CONFIG_$(XPL_)ZSTD) += zstd/
|
||||
obj-$(CONFIG_$(XPL_)GZIP) += gunzip.o
|
||||
obj-$(CONFIG_$(XPL_)LZO) += lzo/
|
||||
obj-$(CONFIG_$(XPL_)LZMA) += lzma/
|
||||
obj-$(CONFIG_$(XPL_)LZ4) += lz4_wrapper.o
|
||||
obj-$(CONFIG_$(PHASE_)ZLIB) += zlib/
|
||||
obj-$(CONFIG_$(PHASE_)ZSTD) += zstd/
|
||||
obj-$(CONFIG_$(PHASE_)GZIP) += gunzip.o
|
||||
obj-$(CONFIG_$(PHASE_)LZO) += lzo/
|
||||
obj-$(CONFIG_$(PHASE_)LZMA) += lzma/
|
||||
obj-$(CONFIG_$(PHASE_)LZ4) += lz4_wrapper.o
|
||||
|
||||
obj-$(CONFIG_$(XPL_)LIB_RATIONAL) += rational.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user