X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=4c9335f08c1909cc640d5ab7a14c73143e3a9447;hb=8b13135e5fd175911ad9d8283b17fc97fe0c7709;hp=af2301cec7c28052f2c481b816551000f915c202;hpb=572ac4c4c2e04fc12cf11dc1d60d528209f9919c;p=sigrok-firmware-fx2lafw.git diff --git a/Makefile b/Makefile index af2301ce..4c9335f0 100644 --- 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