diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:00 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:00 +0000 |
commit | 1afdfddc41fe1b0a79b3a713d3e2393a165cb1bb (patch) | |
tree | 03a8d5e2f8ccd3ba0efb34e489d078a67a7a6338 /default-configs/i386-softmmu.mak | |
parent | aa28b9bf9ba0904766b15e7ab8d62a76cb3225da (diff) |
Compile vga-pci only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/i386-softmmu.mak')
-rw-r--r-- | default-configs/i386-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak index 9e6d565a49..916c2adf88 100644 --- a/default-configs/i386-softmmu.mak +++ b/default-configs/i386-softmmu.mak @@ -1,3 +1,4 @@ # Default configuration for i386-softmmu CONFIG_USB_OHCI=y +CONFIG_VGA_PCI=y |