]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
raspberrypi-pico: Initial driver skeleton.
[libsigrok.git] / Makefile.am
index c18497c59004c3c962688b64983f9371065ec083..8f8954872ba51ae5f8650aedc12247d64c26ecfa 100644 (file)
@@ -152,6 +152,7 @@ libsigrok_la_SOURCES += \
        src/serial_hid_cp2110.c \
        src/serial_hid_victor.c \
        src/serial_libsp.c \
+       src/serial_tcpraw.c \
        src/scpi/scpi_serial.c
 else
 libsigrok_la_SOURCES += \
@@ -334,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 \
@@ -568,6 +575,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 \