diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-10 02:37:44 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-01-10 02:37:44 +0100 |
commit | 5cc2d7bbc075ef6048bd5cd4e36533e874efb6a7 (patch) | |
tree | 8b4882ae58c8c85ae6bf7f238ccb01038d749dcb /decoders/Makefile.am | |
parent | 7cf79452a87317fe79895302e86ef016b1173ac8 (diff) | |
download | libsigrokdecode-5cc2d7bbc075ef6048bd5cd4e36533e874efb6a7.tar.gz libsigrokdecode-5cc2d7bbc075ef6048bd5cd4e36533e874efb6a7.zip |
srd: Add Panasonic PAN1321 decoder (on top of UART).
This is just a first prototype implementation, it's not finished at all.
Diffstat (limited to 'decoders/Makefile.am')
-rw-r--r-- | decoders/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/decoders/Makefile.am b/decoders/Makefile.am index c27d69f..afb6a1b 100644 --- a/decoders/Makefile.am +++ b/decoders/Makefile.am @@ -22,14 +22,15 @@ pkgdatadir = $(DECODERS_DIR) # Please keep this list in alphabetical order. dist_pkgdata_DATA = \ + ddc.py \ i2c.py \ mx25lxx05d.py \ nunchuk.py \ + pan1321.py \ spi.py \ srd_usb.py \ transitioncounter.py \ uart.py \ - ddc.py CLEANFILES = *.pyc |