]> Git Repo - qemu.git/blobdiff - scripts/archive-source.sh
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-09' into...
[qemu.git] / scripts / archive-source.sh
index d3a88f71e99994f1287e2ded6e3a80f32f51487b..8b899482600053276d13e1ff7515259277178b83 100755 (executable)
@@ -26,7 +26,7 @@ vroot_dir="${tar_file}.vroot"
 # independent of what the developer currently has initialized
 # in their checkout, because the build environment is completely
 # different to the host OS.
-submodules="dtc ui/keycodemapdb tests/fp/berkeley-softfloat-3 tests/fp/berkeley-testfloat-3"
+submodules="dtc slirp ui/keycodemapdb tests/fp/berkeley-softfloat-3 tests/fp/berkeley-testfloat-3"
 
 trap "status=$?; rm -rf \"$list_file\" \"$vroot_dir\"; exit \$status" 0 1 2 3 15
 
This page took 0.019794 seconds and 4 git commands to generate.