From a485fe9f1092955421b61ed398894aaef4cdada7 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Mon, 14 Jul 2003 17:08:57 +0000 Subject: IDE support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@958 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/stream/Config.lb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/stream') diff --git a/src/stream/Config.lb b/src/stream/Config.lb index 9ad9378bee..2656774028 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,5 +1,10 @@ uses CONFIG_ROM_STREAM +uses CONFIG_IDE_STREAM if CONFIG_ROM_STREAM object rom_stream.o end + +if CONFIG_IDE_STREAM + object ide_stream.o +end -- cgit v1.2.3