diff options
| author | Paul Brook | 2010-11-27 01:34:15 +0100 |
|---|---|---|
| committer | Paul Brook | 2010-11-27 01:34:15 +0100 |
| commit | 050e27c8c942151c0685342fe2cbac6a80eb1325 (patch) | |
| tree | deee207ba9d0e015d1aa775f8bb919226d290d9f /default-configs/s390x-softmmu.mak | |
| parent | VirtIO config option (diff) | |
| download | qemu-050e27c8c942151c0685342fe2cbac6a80eb1325.tar.gz qemu-050e27c8c942151c0685342fe2cbac6a80eb1325.tar.xz qemu-050e27c8c942151c0685342fe2cbac6a80eb1325.zip | |
Fix previous commit
Fix breakage from previous commit (missing pci.mak, and incorrect
include in default-configs/s390x-softmmu.mak).
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'default-configs/s390x-softmmu.mak')
| -rw-r--r-- | default-configs/s390x-softmmu.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default-configs/s390x-softmmu.mak b/default-configs/s390x-softmmu.mak index 16d72590ee..3005729204 100644 --- a/default-configs/s390x-softmmu.mak +++ b/default-configs/s390x-softmmu.mak @@ -1 +1 @@ -include virtio.mak +CONFIG_VIRTIO=y |
