diff options
| author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-01 13:23:48 +0200 |
|---|---|---|
| committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-06-01 13:23:48 +0200 |
| commit | de4091f9f2457f22920fe11cf7becb190334baa0 (patch) | |
| tree | b0bb38ba4e9e63fb55f1dfe1d094b0ce779b7ddb /v4l2-apps/util/Makefile | |
| parent | c2f1ea5404c5e4da29139c10c06ca0f61c9069f8 (diff) | |
| download | mediapointer-dvb-s2-de4091f9f2457f22920fe11cf7becb190334baa0.tar.gz mediapointer-dvb-s2-de4091f9f2457f22920fe11cf7becb190334baa0.tar.bz2 | |
v4l2-apps: add initial version of v4l2-compliance
From: Hans Verkuil <hverkuil@xs4all.nl>
Add tool to test V4L2 API driver compliance.
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 1d562f9e7..dcef94e0f 100644 --- a/v4l2-apps/util/Makefile +++ b/v4l2-apps/util/Makefile @@ -7,7 +7,7 @@ endif CPPFLAGS += -I../include -D_GNU_SOURCE LDFLAGS += -lm -binaries = v4l2-ctl v4l2-dbg ivtv-ctl cx18-ctl +binaries = v4l2-ctl v4l2-dbg v4l2-compliance ivtv-ctl cx18-ctl ifeq ($(prefix),) prefix = /usr |
