Separate payload compression from stage compression.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4659 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
5
Makefile
5
Makefile
@@ -236,9 +236,10 @@ CFLAGS +=-Wwrite-strings -Wredundant-decls -Wno-trigraphs
|
||||
CFLAGS += -Werror-implicit-function-declaration -Wstrict-aliasing -Wshadow
|
||||
CFLAGS += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer
|
||||
|
||||
CBFS_COMPRESS_FLAG:=
|
||||
ifeq ($(CONFIG_COMPRESSED_PAYLOAD_LZMA),y)
|
||||
CBFS_COMPRESS_FLAG:=l
|
||||
CBFS_PAYLOAD_COMPRESS_FLAG:=
|
||||
ifeq ($(CONFIG_COMPRESSED_PAYLOAD_LZMA),y)
|
||||
CBFS_PAYLOAD_COMPRESS_FLAG:=l
|
||||
endif
|
||||
|
||||
coreboot: prepare prepare2 $(obj)/coreboot.rom
|
||||
|
Reference in New Issue
Block a user