X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=8f8954872ba51ae5f8650aedc12247d64c26ecfa;hb=dc90146ef360d8f4e7bdf8df5b46b40e9eef3197;hp=a89f4d996a9ccaef2f8b888dc46795186e6f008a;hpb=8e3f7989de308f4c54542882eaa772ad45974459;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index a89f4d99..8f895487 100644 --- a/Makefile.am +++ b/Makefile.am @@ -575,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 \