diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-03-21 19:40:07 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-03-21 23:20:09 +0100 |
commit | 9c661c498eaa200304a770c469ec180a2a6c0485 (patch) | |
tree | 63309c2261f6cd5bf5bdc6f5ec6c48780f30d3ee /decoders/ebr30a_i2c_demux/Makefile.am | |
parent | 5a2c4dc462310a8a031abda7e6cbb0532873ec55 (diff) | |
download | libsigrokdecode-9c661c498eaa200304a770c469ec180a2a6c0485.tar.gz libsigrokdecode-9c661c498eaa200304a770c469ec180a2a6c0485.zip |
srd: Drop ebr30a_i2c_demux in favor of i2cdemux.
The i2cdemux protocol decoder is the more generic version of the
obsolete ebr30a_i2c_demux decoder, and should be able (now or later) to do
everything that ebr30a_i2c_demux can do.
Diffstat (limited to 'decoders/ebr30a_i2c_demux/Makefile.am')
-rw-r--r-- | decoders/ebr30a_i2c_demux/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/decoders/ebr30a_i2c_demux/Makefile.am b/decoders/ebr30a_i2c_demux/Makefile.am deleted file mode 100644 index 02e3421..0000000 --- a/decoders/ebr30a_i2c_demux/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -## -## 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)/ebr30a_i2c_demux - -dist_pkgdata_DATA = __init__.py ebr30a_i2c_demux.py - -CLEANFILES = *.pyc - |