diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:41:08 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:11 -0500 |
commit | 7807feeff99082df86692704d85e05cd942214cd (patch) | |
tree | f913ffd8bad84cbc214173f886650b31c73706e0 /default-configs | |
parent | 86e1d113da0a20481a63febd51c7a613985a113f (diff) |
Only compile nand when one target uses it
Patchworks-ID: 35202
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 | ||||
-rw-r--r-- | default-configs/cris-softmmu.mak | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 66834c28b0..c15ac7f278 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -3,3 +3,4 @@ CONFIG_GDBSTUB_XML=y CONFIG_USB_OHCI=y CONFIG_ISA_MMIO=y +CONFIG_NAND=y diff --git a/default-configs/cris-softmmu.mak b/default-configs/cris-softmmu.mak index 3726699370..c429979072 100644 --- a/default-configs/cris-softmmu.mak +++ b/default-configs/cris-softmmu.mak @@ -1 +1,3 @@ # Default configuration for cris-softmmu + +CONFIG_NAND=y |