diff options
| author | Juan Quintela | 2009-10-07 02:41:09 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2009-10-09 04:17:12 +0200 |
| commit | 065c7a36dfb258f74c58cc518cb0184f4ba90200 (patch) | |
| tree | 23749b8b6a32b1a097f436c750a9d6a32f37bba0 /default-configs/sparc-softmmu.mak | |
| parent | Only compile nand when one target uses it (diff) | |
| download | qemu-065c7a36dfb258f74c58cc518cb0184f4ba90200.tar.gz qemu-065c7a36dfb258f74c58cc518cb0184f4ba90200.tar.xz qemu-065c7a36dfb258f74c58cc518cb0184f4ba90200.zip | |
Only compile ecc when one target uses it
Patchworks-ID: 35203
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 dc5183963b..25abbd9232 100644 --- a/default-configs/sparc-softmmu.mak +++ b/default-configs/sparc-softmmu.mak @@ -1,3 +1,4 @@ # Default configuration for sparc-softmmu CONFIG_QDEV_ADDR=y +CONFIG_ECC=y |
