]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
manson-hcs-3xxx: Initial driver skeleton.
[libsigrok.git] / Makefile.am
index a88d264b3615fb9c8f93ab08d730cec2d8e8a174..dd6b7061938631670e27d87636d842c125a5a45a 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 \
@@ -64,8 +66,7 @@ libsigrok_la_SOURCES += \
 # Hardware (common files)
 libsigrok_la_SOURCES += \
        hardware/common/scpi.c \
-       hardware/common/scpi_tcp.c \
-       hardware/common/scpi_usbtmc.c
+       hardware/common/scpi_tcp.c
 if NEED_RPC
 libsigrok_la_SOURCES += \
        hardware/common/scpi_vxi.c \
@@ -223,11 +224,11 @@ libsigrok_la_SOURCES += \
        hardware/lascar-el-usb/protocol.c \
        hardware/lascar-el-usb/api.c
 endif
-if HW_LINK_MSO19
+if HW_MANSON_HCS_3XXX
 libsigrok_la_SOURCES += \
-       hardware/link-mso19/protocol.h \
-       hardware/link-mso19/protocol.c \
-       hardware/link-mso19/api.c
+       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 += \
@@ -235,6 +236,12 @@ libsigrok_la_SOURCES += \
        hardware/mic-985xx/protocol.c \
        hardware/mic-985xx/api.c
 endif
+if HW_MOTECH_LPS_30X
+libsigrok_la_SOURCES += \
+       hardware/motech-lps-30x/protocol.h \
+       hardware/motech-lps-30x/protocol.c \
+       hardware/motech-lps-30x/api.c
+endif
 if HW_NORMA_DMM
 libsigrok_la_SOURCES += \
        hardware/norma-dmm/protocol.h \