Move handling of GRUB_QEMU_OPTS to grub-shell so that make check works.
* Makefile.am: Remove GRUB_QEMU_OPTS handling. * tests/util/grub-shell.in: Add GRUB_QEMU_OPTS handling.
This commit is contained in:
parent
24bd8838f1
commit
60fde14d3e
3 changed files with 27 additions and 20 deletions
|
@ -55,18 +55,18 @@ EOF
|
|||
}
|
||||
|
||||
. "${builddir}/grub-core/modinfo.sh"
|
||||
qemuopts=
|
||||
qemuopts="${GRUB_QEMU_OPTS}"
|
||||
case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
||||
mips-qemu_mips)
|
||||
boot=mips_qemu
|
||||
qemu=qemu-system-mips
|
||||
qemuopts="-M mips"
|
||||
qemuopts="$qemuopts -M mips"
|
||||
console=vga_text
|
||||
;;
|
||||
mipsel-qemu_mips)
|
||||
boot=mipsel_qemu
|
||||
qemu=qemu-system-mipsel
|
||||
qemuopts="-M mips"
|
||||
qemuopts="$qemuopts -M mips"
|
||||
console=vga_text
|
||||
;;
|
||||
i386-coreboot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue