From: Paul Kasemir Date: Sat, 14 Nov 2020 06:18:27 +0000 (-0700) Subject: link-mso19: Re-enable building this hardware X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=9ffeab9efd1a4e371b5f5fdb92cffa9811ef46ae;p=libsigrok.git link-mso19: Re-enable building this hardware --- diff --git a/Makefile.am b/Makefile.am index e68a0d8e..f150ffb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -532,6 +532,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/lecroy-xstream/protocol.c \ src/hardware/lecroy-xstream/api.c endif +if HW_LINK_MSO19 +src_libdrivers_la_SOURCES += \ + src/hardware/link-mso19/protocol.h \ + src/hardware/link-mso19/protocol.c \ + src/hardware/link-mso19/api.c +endif if HW_MANSON_HCS_3XXX src_libdrivers_la_SOURCES += \ src/hardware/manson-hcs-3xxx/protocol.h \ diff --git a/configure.ac b/configure.ac index 3526c316..28d21e65 100644 --- a/configure.ac +++ b/configure.ac @@ -352,6 +352,7 @@ SR_DRIVER([Korad KAxxxxP], [korad-kaxxxxp], [serial_comm]) SR_DRIVER([Lascar EL-USB], [lascar-el-usb], [libusb]) SR_DRIVER([LeCroy LogicStudio], [lecroy-logicstudio], [libusb]) SR_DRIVER([LeCroy X-Stream], [lecroy-xstream]) +SR_DRIVER([Link Instruments MSO-19], [link-mso19], [libserialport]) SR_DRIVER([Manson HCS-3xxx], [manson-hcs-3xxx], [serial_comm]) SR_DRIVER([Mastech MS6514], [mastech-ms6514], [serial_comm]) SR_DRIVER([maynuo-m97], [maynuo-m97])