From: Frank Stettner Date: Mon, 27 Mar 2023 20:31:30 +0000 (+0200) Subject: Enable sigrok-firmware-fx2lafw build X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d431b77ce6a88b272f7a7ee405acad86e0586609;p=sigrok-build.git Enable sigrok-firmware-fx2lafw build --- diff --git a/ci/sigrok-mxe-build-dependencies.sh b/ci/sigrok-mxe-build-dependencies.sh index 6b08354..1b091f8 100755 --- a/ci/sigrok-mxe-build-dependencies.sh +++ b/ci/sigrok-mxe-build-dependencies.sh @@ -120,15 +120,14 @@ make install $V cd .. # sigrok-firmware-fx2lafw - -# $GIT_CLONE $SIGROK_FIRMWARE_FX2LAFW_REPO sigrok-firmware-fx2lafw -# cd sigrok-firmware-fx2lafw -# ./autogen.sh -# # We're building the fx2lafw firmware on the host, no need to cross-compile. -# ./configure --prefix="$INSTALL_DIR" -# make $PARALLEL $V -# make install $V -# cd .. +$GIT_CLONE $SIGROK_FIRMWARE_FX2LAFW_REPO sigrok-firmware-fx2lafw +cd sigrok-firmware-fx2lafw +./autogen.sh +# We're building the fx2lafw firmware on the host, no need to cross-compile. +./configure --prefix="$INSTALL_DIR" +make $PARALLEL $V +make install $V +cd .. # sigrok-dumps $GIT_CLONE $SIGROK_DUMPS_REPO sigrok-dumps