diff options
author | Paul Brook <paul@codesourcery.com> | 2010-11-27 00:34:15 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-11-27 00:34:15 +0000 |
commit | 050e27c8c942151c0685342fe2cbac6a80eb1325 (patch) | |
tree | deee207ba9d0e015d1aa775f8bb919226d290d9f /default-configs/s390x-softmmu.mak | |
parent | 01af7daf5596e8860c71e72349e1d539b81d9c80 (diff) |
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 |