diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:15 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:13 -0500 |
commit | ae573db3cfeffeb61801e2a0d235b6ba52586a54 (patch) | |
tree | 2c4dc93b6b3662593729667b3574f62d3e68ff2e /default-configs | |
parent | b21fd8e60a468951b81df48ec318111b1645d832 (diff) | |
download | qemu-ae573db3cfeffeb61801e2a0d235b6ba52586a54.zip |
Only compile max7310 when one target uses it
Patchworks-ID: 35210
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/arm-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 52b2dfa10b..88232c7e10 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -7,3 +7,4 @@ CONFIG_NAND=y CONFIG_ECC=y CONFIG_PTIMER=y CONFIG_SD=y +CONFIG_MAX7310=y |