summaryrefslogtreecommitdiff
path: root/decoders/Makefile.am
diff options
context:
space:
mode:
authorMatt Ranostay <mranostay@gmail.com>2013-03-11 08:03:20 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2013-03-12 15:06:31 +0100
commit3bf689988fc1e8db9cb3997039b06f683c413fc1 (patch)
tree794ccfe28d0bb7de3a914703e04b3b4513d5a024 /decoders/Makefile.am
parent4895418c6800ecb128ed36af2a1bc46916c9be85 (diff)
downloadlibsigrokdecode-3bf689988fc1e8db9cb3997039b06f683c413fc1.tar.gz
libsigrokdecode-3bf689988fc1e8db9cb3997039b06f683c413fc1.zip
Add Dallas DS1307 RTC protocol decoder
Dallas DS1307 RTC protocol decoder that works stacked with the I2C PD. Based on the rtc8564 protocol decoder. Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Diffstat (limited to 'decoders/Makefile.am')
-rw-r--r--decoders/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/Makefile.am b/decoders/Makefile.am
index 52f999e..8fe3d75 100644
--- a/decoders/Makefile.am
+++ b/decoders/Makefile.am
@@ -23,6 +23,7 @@ SUBDIRS = \
avr_isp \
can \
dcf77 \
+ ds1307 \
edid \
i2c \
i2cdemux \