diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:01 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:47:01 +0000 |
commit | b994504610560b55a0b28bc9f920a9b7c6beb3a3 (patch) | |
tree | 6cf2e7f3df1a43e7a749e048f51a1898f49443f7 /default-configs/mips64el-softmmu.mak | |
parent | 1afdfddc41fe1b0a79b3a713d3e2393a165cb1bb (diff) |
Compile parallel only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'default-configs/mips64el-softmmu.mak')
-rw-r--r-- | default-configs/mips64el-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/mips64el-softmmu.mak b/default-configs/mips64el-softmmu.mak index 7e0e088f8d..4e6830c64b 100644 --- a/default-configs/mips64el-softmmu.mak +++ b/default-configs/mips64el-softmmu.mak @@ -3,3 +3,4 @@ CONFIG_ISA_MMIO=y CONFIG_ESP=y CONFIG_VGA_PCI=y +CONFIG_PARALLEL=y |