This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qemu
mirror of
https://gitee.com/openkylin/qemu.git
Watch
9
Star
0
Fork
You've already forked qemu
0
Code
Issues
Projects
Releases
Wiki
Activity
1afdfddc41
qemu
/
default-configs
/
mips-softmmu.mak
6 lines
90 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 mips-softmmu
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
Only compile esp when one target uses it Patchworks-ID: 35206 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 08:41:10 +08:00
CONFIG_ESP
=
y
Compile vga-pci only once Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-03-22 03:47:00 +08:00
CONFIG_VGA_PCI
=
y