mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
Add new "select" and "imply" directives if needed. The resulting config-devices.mak files are the same as before. Builds without default devices will become much smaller than before, and qtests fail (as expected, though suboptimal) for mips64-softmmu because most tests do not use -nodefaults, so remove it from build-without-defaults Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
153 B
Makefile
7 lines
153 B
Makefile
# Default configuration for mips64el-softmmu
|
|
|
|
include ../mips-softmmu/common.mak
|
|
CONFIG_FULOONG=y
|
|
CONFIG_LOONGSON3V=y
|
|
CONFIG_JAZZ=y
|
|
CONFIG_MIPS_BOSTON=y
|