diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:14 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:13 -0500 |
commit | b21fd8e60a468951b81df48ec318111b1645d832 (patch) | |
tree | 3512a08aa1e807163e4ed3046903e0e785a78d24 /default-configs/arm-softmmu.mak | |
parent | 5f74377c3d3a5b9cbc55e01966b57ba0d7b11a60 (diff) |
Only compile sd when one target uses it
Patchworks-ID: 35208
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/arm-softmmu.mak')
-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 05b4b14aac..52b2dfa10b 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -6,3 +6,4 @@ CONFIG_ISA_MMIO=y CONFIG_NAND=y CONFIG_ECC=y CONFIG_PTIMER=y +CONFIG_SD=y |