]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
cypress-fx2/Makefile: Add missing 'fx2lafw-' prefix.
authorUwe Hermann <redacted>
Wed, 18 Apr 2012 22:45:29 +0000 (00:45 +0200)
committerUwe Hermann <redacted>
Wed, 18 Apr 2012 22:45:29 +0000 (00:45 +0200)
Otherwise the generated .fw filename will be incorrect.

hw/cypress-fx2/Makefile

index e55beda4648d173a7d177a10e39b6dfe83d31236..87d221960cedba4449609e994a1d022e3e3f0a07 100644 (file)
@@ -22,6 +22,6 @@ SOURCES = \
        ../../fx2lafw.c \
        ../../gpif-acquisition.c
 A51_SOURCES = dscr.a51
-BASENAME = cypress-fx2
+BASENAME = fx2lafw-cypress-fx2
 
 include ../../Makefile.include