X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile;h=4c1ded6cbab3d9137183bd10ddc650539efd1874;hb=64d4773073e3b40c7c4a4eef609df959fa7591c9;hp=7a9f29453577bff81e1ee872d830d653e501f306;hpb=d5f5ea7394647699061f7185c884328defff9b7d;p=sigrok-firmware-fx2lafw.git diff --git a/Makefile b/Makefile index 7a9f2945..4c1ded6c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## ## This file is part of the fx2lafw project. ## -## Copyright (C) 2011-2012 Uwe Hermann +## Copyright (C) 2012 Uwe Hermann ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -18,9 +18,17 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -SOURCES = fx2lafw.c -A51_SOURCES = dscr.a51 -BASENAME = fx2lafw +all: saleae-logic cwav-usbeeax -include fx2lib/lib/fx2.mk +saleae-logic: + $(MAKE) -C hw/saleae-logic + +cwav-usbeeax: + $(MAKE) -C hw/cwav-usbeeax + +clean: + rm -rf hw/saleae-logic/build + rm -rf hw/cwav-usbeeax/build + +.PHONY: saleae-logic cwav-usbeeax