From 61c873afc1d5be37b5592ab47a412605414ac76f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 3 Oct 2019 15:32:28 +0200 Subject: [PATCH] sigrok-cross-linux: Set BUILD_SIGROK_FIRMWARE_FX2LAFW=1. --- cross-compile/linux/sigrok-cross-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2