diff options
author | Konke Radlow <koradlow@gmail.com> | 2012-08-10 15:46:26 +0000 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2012-08-13 09:34:37 +0200 |
commit | a4d1e03085bffbcd54143fcfdae626e0fd99901e (patch) | |
tree | 28f25bd4132a27d0ec341b4d9e3e448171e40940 /Makefile.am | |
parent | ff10ee969bb8da690a182daff47874fc101f0e7e (diff) |
Add rds-ctl tool
Signed-off-by: Konke Radlow <koradlow@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 621d8d91..8ef0d003 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,8 @@ SUBDIRS += \ utils/v4l2-compliance \ utils/v4l2-ctl \ utils/v4l2-dbg \ - utils/v4l2-sysfs-path + utils/v4l2-sysfs-path \ + utils/rds-ctl if LINUX_OS SUBDIRS += \ |