X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=07bc68c63e3a29358305d64a16ebe295f878eac0;hb=23669c3df33a3ea884afabf4b7a8cd6fe4a75824;hp=b959488305de230ff5ba59e0e464c24b9c84ba80;hpb=40f812f5dc38f3ac0698ea2e9adfab91032ffdfb;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index b9594883..07bc68c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -446,6 +446,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/manson-hcs-3xxx/protocol.c \ src/hardware/manson-hcs-3xxx/api.c endif +if HW_MASTECH_MS6514 +src_libdrivers_la_SOURCES += \ + src/hardware/mastech-ms6514/protocol.h \ + src/hardware/mastech-ms6514/protocol.c \ + src/hardware/mastech-ms6514/api.c +endif if HW_MAYNUO_M97 src_libdrivers_la_SOURCES += \ src/hardware/maynuo-m97/protocol.h \