diff options
| author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-02-25 11:20:58 +0100 |
|---|---|---|
| committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-02-25 11:20:58 +0100 |
| commit | a352e034d40183ad3248233b75352a71f698771c (patch) | |
| tree | b52c2974028f056edfbaf4882d0f84e12d9a82eb /v4l2-apps/util/Makefile | |
| parent | 2f4a95341278526ea6b771fbf584c7fa4c631cfa (diff) | |
| download | mediapointer-dvb-s2-a352e034d40183ad3248233b75352a71f698771c.tar.gz mediapointer-dvb-s2-a352e034d40183ad3248233b75352a71f698771c.tar.bz2 | |
Add v4l2-dbg debugging utility.
From: Hans Verkuil <hverkuil@xs4all.nl>
With v4l2-dbg it is possible to make register dumps of host or i2c chips.
It is also possible to query what chips are available.
This is just the first version, it will be improved substantially.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l2-apps/util/Makefile')
| -rw-r--r-- | v4l2-apps/util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/util/Makefile b/v4l2-apps/util/Makefile index 06452b0ae..f13773c70 100644 --- a/v4l2-apps/util/Makefile +++ b/v4l2-apps/util/Makefile @@ -2,7 +2,7 @@ CPPFLAGS += -I../../linux/include -binaries = v4l2-ctl +binaries = v4l2-ctl v4l2-dbg .PHONY: all clean install qv4l2 |
