]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
rdtech-tc: Add initial support for the RDTech TC66C
[libsigrok.git] / Makefile.am
index b7e3ad01749b596083830bce1bbecd4224e1bf9b..8071aac47c6bfe41e021854e89b735abb5d08fe3 100644 (file)
@@ -50,7 +50,9 @@ lib_LTLIBRARIES = libsigrok.la
 # Backend files
 libsigrok_la_SOURCES = \
        src/backend.c \
+       src/binary_helpers.c \
        src/conversion.c \
+       src/crc.c \
        src/device.c \
        src/session.c \
        src/session_file.c \
@@ -513,6 +515,18 @@ src_libdrivers_la_SOURCES += \
        src/hardware/rdtech-dps/protocol.c \
        src/hardware/rdtech-dps/api.c
 endif
+if HW_RDTECH_UM
+src_libdrivers_la_SOURCES += \
+       src/hardware/rdtech-um/protocol.h \
+       src/hardware/rdtech-um/protocol.c \
+       src/hardware/rdtech-um/api.c
+endif
+if HW_RDTECH_TC
+src_libdrivers_la_SOURCES += \
+       src/hardware/rdtech-tc/protocol.h \
+       src/hardware/rdtech-tc/protocol.c \
+       src/hardware/rdtech-tc/api.c
+endif
 if HW_RIGOL_DS
 src_libdrivers_la_SOURCES += \
        src/hardware/rigol-ds/protocol.h \