diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:13 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:13 -0500 |
commit | 5f74377c3d3a5b9cbc55e01966b57ba0d7b11a60 (patch) | |
tree | d01dd961a524ce5594c6619347d73df8bd9d7498 /default-configs/sparc-softmmu.mak | |
parent | Only compile m48t59 when one target uses it (diff) | |
download | qemu-kvm-5f74377c3d3a5b9cbc55e01966b57ba0d7b11a60.tar.gz qemu-kvm-5f74377c3d3a5b9cbc55e01966b57ba0d7b11a60.tar.bz2 qemu-kvm-5f74377c3d3a5b9cbc55e01966b57ba0d7b11a60.zip |
Only compile ptimer when one target uses it
Patchworks-ID: 35207
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/sparc-softmmu.mak')
-rw-r--r-- | default-configs/sparc-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-softmmu.mak index 7a651373e..ac8e4dec5 100644 --- a/default-configs/sparc-softmmu.mak +++ b/default-configs/sparc-softmmu.mak @@ -5,3 +5,4 @@ CONFIG_ECC=y CONFIG_ESP=y CONFIG_ESCC=y CONFIG_M48T59=y +CONFIG_PTIMER=y |