IDE support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@958 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
70572e64c1
commit
a485fe9f10
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue