summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:05 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:47:05 +0000
commit9953b2fc28448a2f237402b5af6ec90bd5fe10b0 (patch)
treebf6e3f5049a9ccf9d73fe20c351723b39f4c9006 /configure
parent4c65f1e5ba5ea512e962c7f4271235b799121e70 (diff)
downloadqemu-9953b2fc28448a2f237402b5af6ec90bd5fe10b0.tar.gz
Compile most IDE devices only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0182b95a6d..6bc40a388d 100755
--- a/configure
+++ b/configure
@@ -2741,6 +2741,7 @@ done
for hwlib in 32 64; do
d=libhw$hwlib
mkdir -p $d
+ mkdir -p $d/ide
rm -f $d/Makefile
ln -s $source_path/Makefile.hw $d/Makefile
echo "QEMU_CFLAGS+=-DTARGET_PHYS_ADDR_BITS=$hwlib" > $d/config.mak