]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - Makefile
Added support for Default Cypress FX2 without EEPROM
[sigrok-firmware-fx2lafw.git] / Makefile
index 06c8ebb1ce8733d3eddc711cdc52517d47034130..af2301cec7c28052f2c481b816551000f915c202 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
+all: saleae-logic cwav-usbeeax cwav-usbeesx cypress-fx2
 
 saleae-logic:
        $(MAKE) -C hw/saleae-logic
@@ -29,10 +29,14 @@ cwav-usbeeax:
 cwav-usbeesx:
        $(MAKE) -C hw/cwav-usbeesx
 
+cypress-fx2:
+       $(MAKE) -C hw/cypress-fx2
+
 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
 
-.PHONY: saleae-logic cwav-usbeeax cwav-usbeesx
+.PHONY: saleae-logic cwav-usbeeax cwav-usbeesx cypress-fx2