]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
manson-hcs-3xxx: Initial driver skeleton.
[libsigrok.git] / Makefile.am
index 39423f54ab0d8b6a1ce47c5db376ef0487250667..dd6b7061938631670e27d87636d842c125a5a45a 100644 (file)
@@ -33,6 +33,7 @@ libsigrok_la_SOURCES = \
        session_driver.c \
        hwdriver.c \
        trigger.c \
+       soft-trigger.c \
        strutil.c \
        log.c \
        version.c \
@@ -223,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 \