diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-08-20 15:22:26 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-27 20:46:50 -0500 |
commit | 59f2a78793b6d17634f39646d604e84af51e0919 (patch) | |
tree | da46ccf772b699b442b81147ded89cf75e97cb3b /configure | |
parent | 2bcbf7e4dd73fb7811ee0899f7a578412d045e81 (diff) |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |