diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2006-10-07 00:13:24 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-10-07 00:13:24 +0000 |
commit | ebafa4df425445a63725ce23b7d40dab6d5e99cd (patch) | |
tree | 02d529146bf57863b8db1be83e12fa9fa493cf83 /src/stream/Config.lb | |
parent | 197a4a8dbbbb03f25fd43d652173517be3e37d59 (diff) | |
download | coreboot-ebafa4df425445a63725ce23b7d40dab6d5e99cd.tar.xz |
Add serial stream payload support from Ed Swierk <eswierk@arastra.com>
X-Signed-Off-By: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2447 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r-- | src/stream/Config.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb index b146c0451e..0385d63028 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -2,6 +2,7 @@ uses CONFIG_ROM_STREAM uses CONFIG_IDE_STREAM uses CONFIG_FS_STREAM uses CONFIG_IDE +uses CONFIG_SERIAL_STREAM if CONFIG_ROM_STREAM object rom_stream.o @@ -16,3 +17,7 @@ if CONFIG_FS_STREAM object fs_stream.o dir fs end + +if CONFIG_SERIAL_STREAM + object serial_stream.o +end |