98bd1db99f
This makes it much easier if the users want to disable some of the embedded machines for their builds. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
18 lines
240 B
Makefile
18 lines
240 B
Makefile
# Default configuration for ppc-softmmu
|
|
|
|
# For embedded PPCs:
|
|
CONFIG_E500=y
|
|
CONFIG_PPC405=y
|
|
CONFIG_PPC440=y
|
|
CONFIG_VIRTEX=y
|
|
|
|
# For Sam460ex
|
|
CONFIG_SAM460EX=y
|
|
|
|
# For Macs
|
|
CONFIG_MAC_OLDWORLD=y
|
|
CONFIG_MAC_NEWWORLD=y
|
|
|
|
# For PReP
|
|
CONFIG_PREP=y
|