aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index ef519c8e88..2c8dddbc49 100755
--- a/configure
+++ b/configure
@@ -423,6 +423,9 @@ mkdir -p $target_dir
if test "$target" = "arm-user" ; then
mkdir -p $target_dir/nwfpe
fi
+if test "$target_user_only" = "no" ; then
+ mkdir -p $target_dir/slirp
+fi
ln -sf $source_path/Makefile.target $target_dir/Makefile