From: Uwe Hermann Date: Wed, 18 Apr 2012 22:45:29 +0000 (+0200) Subject: cypress-fx2/Makefile: Add missing 'fx2lafw-' prefix. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.0~29 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=3211bba26b421c7cc11b35d3daef17ef05970429;hp=572ac4c4c2e04fc12cf11dc1d60d528209f9919c;p=sigrok-firmware-fx2lafw.git cypress-fx2/Makefile: Add missing 'fx2lafw-' prefix. Otherwise the generated .fw filename will be incorrect. --- diff --git a/hw/cypress-fx2/Makefile b/hw/cypress-fx2/Makefile index e55beda4..87d22196 100644 --- a/hw/cypress-fx2/Makefile +++ b/hw/cypress-fx2/Makefile @@ -22,6 +22,6 @@ SOURCES = \ ../../fx2lafw.c \ ../../gpif-acquisition.c A51_SOURCES = dscr.a51 -BASENAME = cypress-fx2 +BASENAME = fx2lafw-cypress-fx2 include ../../Makefile.include