diff options
author | Hans Verkuil <hansverk@cisco.com> | 2015-09-03 16:02:00 +0200 |
---|---|---|
committer | Hans Verkuil <hansverk@cisco.com> | 2015-09-03 16:02:00 +0200 |
commit | bd73a6a7dc92376753b6e759c5176656d19a5550 (patch) | |
tree | db73c56308b7691ef552e22620b375e8ffa5cc37 /utils/Makefile.am | |
parent | ae326346b0209891d02c83a9c3be7e3abcf7869d (diff) |
v4l2-ctl: split off cx18-ctl and ivtv-ctl
These two utilities have nothing to do with v4l2-ctl, they are utilities
for two specific drivers, so they should be in a directory of their own.
Move these two to new cx18-ctl and ivtv-ctl directories.
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 31b29797..5674c16b 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -3,6 +3,8 @@ SUBDIRS = \ libv4l2util \ libmedia_dev \ decode_tm6000 \ + ivtv-ctl \ + cx18-ctl \ keytable \ media-ctl \ v4l2-compliance \ |