]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
uni-t-ut181a: Initial driver skeleton.
[libsigrok.git] / Makefile.am
index b959488305de230ff5ba59e0e464c24b9c84ba80..b7e3ad01749b596083830bce1bbecd4224e1bf9b 100644 (file)
@@ -126,6 +126,7 @@ libsigrok_la_SOURCES += \
        src/serial.c \
        src/serial_bt.c \
        src/serial_hid.c \
+       src/serial_hid.h \
        src/serial_hid_bu86x.c \
        src/serial_hid_ch9325.c \
        src/serial_hid_cp2110.c \
@@ -446,6 +447,12 @@ src_libdrivers_la_SOURCES += \
        src/hardware/manson-hcs-3xxx/protocol.c \
        src/hardware/manson-hcs-3xxx/api.c
 endif
+if HW_MASTECH_MS6514
+src_libdrivers_la_SOURCES += \
+       src/hardware/mastech-ms6514/protocol.h \
+       src/hardware/mastech-ms6514/protocol.c \
+       src/hardware/mastech-ms6514/api.c
+endif
 if HW_MAYNUO_M97
 src_libdrivers_la_SOURCES += \
        src/hardware/maynuo-m97/protocol.h \
@@ -601,6 +608,12 @@ src_libdrivers_la_SOURCES += \
        src/hardware/uni-t-dmm/protocol.c \
        src/hardware/uni-t-dmm/api.c
 endif
+if HW_UNI_T_UT181A
+src_libdrivers_la_SOURCES += \
+       src/hardware/uni-t-ut181a/protocol.h \
+       src/hardware/uni-t-ut181a/protocol.c \
+       src/hardware/uni-t-ut181a/api.c
+endif
 if HW_UNI_T_UT32X
 src_libdrivers_la_SOURCES += \
        src/hardware/uni-t-ut32x/protocol.h \
@@ -708,7 +721,8 @@ tests_main_SOURCES = \
        tests/driver_all.c \
        tests/device.c \
        tests/trigger.c \
-       tests/analog.c
+       tests/analog.c \
+       tests/conv.c
 
 tests_main_LDADD = libsigrok.la $(SR_EXTRA_LIBS) $(TESTS_LIBS)