summaryrefslogtreecommitdiff
path: root/src/stream/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r--src/stream/Config.lb27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb
deleted file mode 100644
index 89f8404f5a..0000000000
--- a/src/stream/Config.lb
+++ /dev/null
@@ -1,27 +0,0 @@
-uses CONFIG_ROM_PAYLOAD
-uses CONFIG_IDE_PAYLOAD
-uses CONFIG_FS_PAYLOAD
-uses CONFIG_IDE
-uses CONFIG_SERIAL_PAYLOAD
-uses CONFIG_CBFS
-
-if CONFIG_CBFS
-else
-if CONFIG_ROM_PAYLOAD
- object rom_stream.o
-end
-
-if CONFIG_IDE_PAYLOAD
- default CONFIG_IDE=1
- object ide_stream.o
-end
-
-if CONFIG_FS_PAYLOAD
- object fs_stream.o
- dir fs
-end
-
-if CONFIG_SERIAL_PAYLOAD
- object serial_stream.o
-end
-end