From ef71326b8e4a2d5e69b8f1537b04c9257b7b8240 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sat, 13 Mar 2004 03:39:09 +0000 Subject: filesystem support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1407 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/stream/Config.lb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stream') diff --git a/src/stream/Config.lb b/src/stream/Config.lb index 5596ab691a..b146c0451e 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,12 +1,14 @@ uses CONFIG_ROM_STREAM uses CONFIG_IDE_STREAM uses CONFIG_FS_STREAM +uses CONFIG_IDE if CONFIG_ROM_STREAM object rom_stream.o end if CONFIG_IDE_STREAM + default CONFIG_IDE=1 object ide_stream.o end -- cgit v1.2.3