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 | 626b2a65d6c5c17ff6917b711fc6d4fdc842b4fd (diff) |
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 7a651373ee..ac8e4dec5b 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 |