]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
analog: Get GString content from proper API call
[libsigrok.git] / Makefile.am
index 6fddea0e9c67da5cee0ec6c54b7656e56e3a9c82..be52d55a5a2117eac05e222c5ba4d5ea7b11be8e 100644 (file)
@@ -335,6 +335,12 @@ src_libdrivers_la_SOURCES += \
        src/hardware/demo/protocol.c \
        src/hardware/demo/api.c
 endif
+if HW_DEVANTECH_ETH008
+src_libdrivers_la_SOURCES += \
+       src/hardware/devantech-eth008/protocol.h \
+       src/hardware/devantech-eth008/protocol.c \
+       src/hardware/devantech-eth008/api.c
+endif
 if HW_DREAMSOURCELAB_DSLOGIC
 src_libdrivers_la_SOURCES += \
        src/hardware/dreamsourcelab-dslogic/protocol.h \
@@ -461,6 +467,12 @@ src_libdrivers_la_SOURCES += \
        src/hardware/itech-it8500/protocol.c \
        src/hardware/itech-it8500/api.c
 endif
+if HW_JUNTEK_JDS6600
+src_libdrivers_la_SOURCES += \
+       src/hardware/juntek-jds6600/protocol.h \
+       src/hardware/juntek-jds6600/protocol.c \
+       src/hardware/juntek-jds6600/api.c
+endif
 if HW_KECHENG_KC_330B
 src_libdrivers_la_SOURCES += \
        src/hardware/kecheng-kc-330b/protocol.h \
@@ -569,6 +581,12 @@ src_libdrivers_la_SOURCES += \
        src/hardware/pipistrello-ols/protocol.c \
        src/hardware/pipistrello-ols/api.c
 endif
+if HW_RASPBERRYPI_PICO
+src_libdrivers_la_SOURCES += \
+       src/hardware/raspberrypi-pico/protocol.h \
+       src/hardware/raspberrypi-pico/protocol.c \
+       src/hardware/raspberrypi-pico/api.c
+endif
 if HW_RDTECH_DPS
 src_libdrivers_la_SOURCES += \
        src/hardware/rdtech-dps/protocol.h \