blob: b146c0451e4d00642e515da7e67092966c2e763d [file] [log] [blame]
Greg Watson51305ee2003-06-24 16:07:07 +00001uses CONFIG_ROM_STREAM
Greg Watsona485fe92003-07-14 17:08:57 +00002uses CONFIG_IDE_STREAM
Greg Watsonb9f5c112004-03-13 03:09:57 +00003uses CONFIG_FS_STREAM
Greg Watsonef713262004-03-13 03:39:09 +00004uses CONFIG_IDE
Greg Watson51305ee2003-06-24 16:07:07 +00005
Ronald G. Minnich99acb492003-06-17 16:51:06 +00006if CONFIG_ROM_STREAM
7 object rom_stream.o
8end
Greg Watsona485fe92003-07-14 17:08:57 +00009
10if CONFIG_IDE_STREAM
Greg Watsonef713262004-03-13 03:39:09 +000011 default CONFIG_IDE=1
Greg Watsona485fe92003-07-14 17:08:57 +000012 object ide_stream.o
13end
Greg Watsonb9f5c112004-03-13 03:09:57 +000014
15if CONFIG_FS_STREAM
16 object fs_stream.o
17 dir fs
18end