From: Uwe Hermann Date: Thu, 3 Oct 2019 13:32:28 +0000 (+0200) Subject: sigrok-cross-linux: Set BUILD_SIGROK_FIRMWARE_FX2LAFW=1. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=61c873afc1d5be37b5592ab47a412605414ac76f sigrok-cross-linux: Set BUILD_SIGROK_FIRMWARE_FX2LAFW=1. --- diff --git a/cross-compile/linux/sigrok-cross-linux b/cross-compile/linux/sigrok-cross-linux index 7c7767c..6ba7037 100755 --- a/cross-compile/linux/sigrok-cross-linux +++ b/cross-compile/linux/sigrok-cross-linux @@ -47,7 +47,7 @@ fi PARALLEL="-j 2" # Edit this to enable/disable building certain components. -BUILD_SIGROK_FIRMWARE_FX2LAFW=0 +BUILD_SIGROK_FIRMWARE_FX2LAFW=1 # Uncomment the following lines to build with clang and run scan-build. # export CC=clang