This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
qemu
Watch
0
Star
0
Fork
0
You've already forked qemu
mirror of
https://github.com/qemu/qemu.git
synced
2024-11-29 23:03:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9f376df1b2
qemu
/
default-configs
/
ppc-softmmu.mak
6 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add new config-devices.mak for each target We generate config-devices.h from there automatically. We need to do it in main Makefile, because we are going to need a main Makefile for them. Patchworks-ID: 35196 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 08:41:02 +08:00
# Default configuration for ppc-softmmu
Generate gdbstub-xml.c only when needed First user of new config-devices.mak Patchworks-ID: 35198 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 08:41:04 +08:00
CONFIG_GDBSTUB_XML
=
y
Only compile usb_ohci when one target uses it Patchworks-ID: 35199 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 08:41:05 +08:00
CONFIG_USB_OHCI
=
y
Only compile isa_mmio when one target uses it Patchworks-ID: 35200 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 08:41:06 +08:00
CONFIG_ISA_MMIO
=
y
Reference in New Issue
Copy Permalink