]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
pce-322a: Initial driver implementation.
[libsigrok.git] / Makefile.am
index 16dd83abbb270cb7d5294576ee0e0c7c4b68b60e..7f61c19b2b17e126e0e2b4ccdfa4e7a88d1b597c 100644 (file)
@@ -407,6 +407,12 @@ libsigrok_la_SOURCES += \
        src/hardware/openbench-logic-sniffer/protocol.c \
        src/hardware/openbench-logic-sniffer/api.c
 endif
+if HW_PCE_322A
+libsigrok_la_SOURCES += \
+       src/hardware/pce-322a/protocol.h \
+       src/hardware/pce-322a/protocol.c \
+       src/hardware/pce-322a/api.c
+endif
 if HW_PIPISTRELLO_OLS
 libsigrok_la_SOURCES += \
        src/hardware/pipistrello-ols/protocol.h \