diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-14 11:42:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-14 11:53:09 -0300 |
commit | 5fec32581f7c471e58119190e98aa3e8c8b79b6d (patch) | |
tree | 2a551caa2603ce755a091b97c0865bb3afd648d9 /utils/Makefile.am | |
parent | e274ad3b269e1accb1ee37d4f997a63b77a9d483 (diff) |
Move decode_tm6000 and xc3028-firmware to contrib
Those are actually ancillary development tools, and aren't
used by end-users. So, move them to contrib/ dir.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index ce710c2c..5e830f56 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,7 +1,6 @@ SUBDIRS = \ libv4l2util \ libmedia_dev \ - decode_tm6000 \ ivtv-ctl \ ir-ctl \ cx18-ctl \ @@ -26,8 +25,6 @@ SUBDIRS += \ endif if LINUX_OS -SUBDIRS += \ - xc3028-firmware if HAVE_LINUX_I2C_DEV SUBDIRS += \ |