]> sigrok.org Git - libsigrok.git/commitdiff
sr: Build ezusb.c for fx2lafw as well as saleae-logic
authorJoel Holdsworth <redacted>
Sun, 25 Mar 2012 18:39:06 +0000 (19:39 +0100)
committerJoel Holdsworth <redacted>
Sun, 25 Mar 2012 18:42:37 +0000 (19:42 +0100)
hardware/common/Makefile.am

index ca3bc8c059640ba60d56e14f9138eb8720fdda7b..e949c9bed8a814164634d4d955d968c02f809f99 100644 (file)
@@ -26,6 +26,10 @@ if LA_SALEAE_LOGIC
 libsigrokhwcommon_la_SOURCES += ezusb.c
 endif
 
+if LA_FX2LAFW
+libsigrokhwcommon_la_SOURCES += ezusb.c
+endif
+
 if LA_OLS
 libsigrokhwcommon_la_SOURCES += serial.c
 endif