Revision 77755340 configure

b/configure
118 118
kvm="yes"
119 119
kerneldir=""
120 120
aix="no"
121
blobs="yes"
121 122

  
122 123
# OS specific
123 124
targetos=`uname -s`
......
372 373
  ;;
373 374
  --disable-aio) aio="no"
374 375
  ;;
376
  --disable-blobs) blobs="no"
377
  ;;
375 378
  --kerneldir=*) kerneldir="$optarg"
376 379
  ;;
377 380
  *) echo "ERROR: unknown option $opt"; show_help="yes"
......
483 486
echo "  --sparc_cpu=V            Build qemu for Sparc architecture v7, v8, v8plus, v8plusa, v9"
484 487
echo "  --disable-vde            disable support for vde network"
485 488
echo "  --disable-aio            disable AIO support"
489
echo "  --disable-blobs          disable installing provided firmware blobs"
486 490
echo "  --kerneldir=PATH         look for kernel includes in PATH"
487 491
echo ""
488 492
echo "NOTE: The object files are built at the place where configure is launched"
......
1083 1087
echo "NPTL support      $nptl"
1084 1088
echo "vde support       $vde"
1085 1089
echo "AIO support       $aio"
1090
echo "Install blobs     $blobs"
1086 1091
echo "KVM support       $kvm"
1087 1092

  
1088 1093
if test $sdl_too_old = "yes"; then
......
1357 1362
  echo "#define CONFIG_AIO 1" >> $config_h
1358 1363
  echo "CONFIG_AIO=yes" >> $config_mak
1359 1364
fi
1365
if test "$blobs" = "yes" ; then
1366
  echo "INSTALL_BLOBS=yes" >> $config_mak
1367
fi
1360 1368

  
1361 1369
# XXX: suppress that
1362 1370
if [ "$bsd" = "yes" ] ; then

Also available in: Unified diff