aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
blob: 2cb56f0d2240400ec215ad2e2bebe4b7a1577c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
SUBDIRS = \
	dvb \
	libv4l2util \
	libmedia_dev \
	decode_tm6000 \
	ivtv-ctl \
	cx18-ctl \
	keytable \
	media-ctl \
	v4l2-compliance \
	v4l2-ctl \
	v4l2-dbg \
	v4l2-sysfs-path \
	cec-ctl \
	rds-ctl

if LINUX_OS
SUBDIRS += \
	xc3028-firmware

if HAVE_LINUX_I2C_DEV
SUBDIRS += \
	rds
endif
endif

if WITH_QV4L2
SUBDIRS += qv4l2
endif

Privacy Policy