]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
testo: Initial driver skeleton.
[libsigrok.git] / Makefile.am
index dbe46665e7d5c3f8248de7dfb6a04838083a5978..a34985e7ef4bf166004aa095f055f72008852bea 100644 (file)
@@ -32,6 +32,8 @@ libsigrok_la_SOURCES = \
        session_file.c \
        session_driver.c \
        hwdriver.c \
+       trigger.c \
+       soft-trigger.c \
        strutil.c \
        log.c \
        version.c \
@@ -222,6 +224,12 @@ libsigrok_la_SOURCES += \
        hardware/lascar-el-usb/protocol.c \
        hardware/lascar-el-usb/api.c
 endif
+if HW_MANSON_HCS_3XXX
+libsigrok_la_SOURCES += \
+       hardware/manson-hcs-3xxx/protocol.h \
+       hardware/manson-hcs-3xxx/protocol.c \
+       hardware/manson-hcs-3xxx/api.c
+endif
 if HW_MIC_985XX
 libsigrok_la_SOURCES += \
        hardware/mic-985xx/protocol.h \
@@ -278,6 +286,12 @@ libsigrok_la_SOURCES += \
        hardware/teleinfo/protocol.c \
        hardware/teleinfo/api.c
 endif
+if HW_TESTO
+libsigrok_la_SOURCES += \
+       hardware/testo/protocol.h \
+       hardware/testo/protocol.c \
+       hardware/testo/api.c
+endif
 if HW_TONDAJ_SL_814
 libsigrok_la_SOURCES += \
        hardware/tondaj-sl-814/protocol.h \