(Patch 2, refs #14) Signed-off-by: Ed Swierk <eswierk@arastra.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2529 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
24 lines
346 B
Plaintext
24 lines
346 B
Plaintext
uses CONFIG_ROM_PAYLOAD
|
|
uses CONFIG_IDE_PAYLOAD
|
|
uses CONFIG_FS_PAYLOAD
|
|
uses CONFIG_IDE
|
|
uses CONFIG_SERIAL_PAYLOAD
|
|
|
|
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
|