]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - Makefile
fx2lafw: Add Braintechnology USB-LPS support.
[sigrok-firmware-fx2lafw.git] / Makefile
index af2301cec7c28052f2c481b816551000f915c202..4c9335f08c1909cc640d5ab7a14c73143e3a9447 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-all: saleae-logic cwav-usbeeax cwav-usbeesx cypress-fx2
+all: saleae-logic cwav-usbeeax cwav-usbeesx cypress-fx2 braintechnology-usb-lps
 
 saleae-logic:
        $(MAKE) -C hw/saleae-logic
@@ -32,11 +32,15 @@ cwav-usbeesx:
 cypress-fx2:
        $(MAKE) -C hw/cypress-fx2
 
+braintechnology-usb-lps:
+       $(MAKE) -C hw/braintechnology-usb-lps
+
 clean:
        rm -rf hw/saleae-logic/build
        rm -rf hw/cwav-usbeeax/build
        rm -rf hw/cwav-usbeesx/build
        rm -rf hw/cypress-fx2/build
+       rm -rf hw/braintechnology-usb-lps/build
 
-.PHONY: saleae-logic cwav-usbeeax cwav-usbeesx cypress-fx2
+.PHONY: saleae-logic cwav-usbeeax cwav-usbeesx cypress-fx2 braintechnology-usb-lps