summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-20 15:22:26 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:46:50 -0500
commit59f2a78793b6d17634f39646d604e84af51e0919 (patch)
treeda46ccf772b699b442b81147ded89cf75e97cb3b /configure
parent2bcbf7e4dd73fb7811ee0899f7a578412d045e81 (diff)
downloadqemu-59f2a78793b6d17634f39646d604e84af51e0919.tar.gz
ide: move code to hw/ide/
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 81272fa4ca..abd38ddf9e 100755
--- a/configure
+++ b/configure
@@ -1991,6 +1991,7 @@ test -f $config_h && mv $config_h ${config_h}~
mkdir -p $target_dir
mkdir -p $target_dir/fpu
mkdir -p $target_dir/tcg
+mkdir -p $target_dir/ide
if test "$target" = "arm-linux-user" -o "$target" = "armeb-linux-user" -o "$target" = "arm-bsd-user" -o "$target" = "armeb-bsd-user" ; then
mkdir -p $target_dir/nwfpe
fi