aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
blob: 5674c16bfe5f42e717c6311d3ec20c40f48ba320 (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
SUBDIRS = \
	dvb \
	libv4l2util \
	libmedia_dev \
	decode_tm6000 \
	ivtv-ctl \
	cx18-ctl \
	keytable \
	media-ctl \
	v4l2-compliance \
	v4l2-ctl \
	v4l2-dbg \
	v4l2-sysfs-path \
	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