summaryrefslogtreecommitdiff
path: root/decoders/Makefile.am
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-04-17 23:28:12 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-04-18 02:00:59 +0200
commit271acd3bde96474c7ed5f822d470f555af8e7d93 (patch)
treecdba640d2c4c161e33070a1a9d00513f23d96b51 /decoders/Makefile.am
parent6b249180f1f15eb1d10c617f76b35d1535c0d4f7 (diff)
downloadlibsigrokdecode-271acd3bde96474c7ed5f822d470f555af8e7d93.tar.gz
libsigrokdecode-271acd3bde96474c7ed5f822d470f555af8e7d93.zip
Initial LPC protocol decoder implementation.
This is unfinished and not tested, and probably not really working, yet.
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 b134953..836abe9 100644
--- a/decoders/Makefile.am
+++ b/decoders/Makefile.am
@@ -26,6 +26,7 @@ SUBDIRS = \
i2cdemux \
i2cfilter \
i2s \
+ lpc \
mlx90614 \
mx25lxx05d \
pan1321 \