From ead73689db79fecc3e17215d100ab52ce4377657 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 2 May 2006 12:05:13 +0000 Subject: add automatic payload compression method to LinuxBIOS git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2288 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/stream/Config.lb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/stream/Config.lb') diff --git a/src/stream/Config.lb b/src/stream/Config.lb index b146c0451e..46c2dc7f08 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,3 +1,4 @@ +uses CONFIG_COMPRESSED_ROM_STREAM uses CONFIG_ROM_STREAM uses CONFIG_IDE_STREAM uses CONFIG_FS_STREAM @@ -7,6 +8,10 @@ if CONFIG_ROM_STREAM object rom_stream.o end +if CONFIG_COMPRESSED_ROM_STREAM + object zrom_stream.o +end + if CONFIG_IDE_STREAM default CONFIG_IDE=1 object ide_stream.o -- cgit v1.2.3