diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-07-26 18:55:02 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-07-28 23:39:46 +0200 |
commit | 3bd76451f01dface8df58828a2bbc242d3391db9 (patch) | |
tree | d00360a9ecf9f63b11c534b8176929a96b236fd7 /decoders/avr_isp/Makefile.am | |
parent | 1fe967f266313f26f76f5b94800aad64dfdb3f5b (diff) | |
download | libsigrokdecode-3bd76451f01dface8df58828a2bbc242d3391db9.tar.gz libsigrokdecode-3bd76451f01dface8df58828a2bbc242d3391db9.zip |
srd: Initial decoder for AVR ISP protocol.
Diffstat (limited to 'decoders/avr_isp/Makefile.am')
-rw-r--r-- | decoders/avr_isp/Makefile.am | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/decoders/avr_isp/Makefile.am b/decoders/avr_isp/Makefile.am new file mode 100644 index 0000000..7960b11 --- /dev/null +++ b/decoders/avr_isp/Makefile.am @@ -0,0 +1,26 @@ +## +## This file is part of the sigrok project. +## +## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de> +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## + +pkgdatadir = $(DECODERS_DIR)/avr_isp + +dist_pkgdata_DATA = __init__.py pd.py + +CLEANFILES = *.pyc + |