From b9f5c112ccd0e39b0652ba8496e2ebd0cb0c5fb8 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sat, 13 Mar 2004 03:09:57 +0000 Subject: filesystem support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1398 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/stream/Config.lb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/stream/Config.lb') diff --git a/src/stream/Config.lb b/src/stream/Config.lb index 2656774028..5596ab691a 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,5 +1,6 @@ uses CONFIG_ROM_STREAM uses CONFIG_IDE_STREAM +uses CONFIG_FS_STREAM if CONFIG_ROM_STREAM object rom_stream.o @@ -8,3 +9,8 @@ end if CONFIG_IDE_STREAM object ide_stream.o end + +if CONFIG_FS_STREAM + object fs_stream.o + dir fs +end -- cgit v1.2.3