aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-07-14 17:08:57 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-07-14 17:08:57 +0000
commita485fe9f1092955421b61ed398894aaef4cdada7 (patch)
tree2153914b5ba6a5d5f2f7d9dd62520df9e47ae808 /src/stream
parent70572e64c1b96a386ee99f46545ef1b661531baf (diff)
IDE support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@958 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/Config.lb5
1 files changed, 5 insertions, 0 deletions
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