summaryrefslogtreecommitdiffstats
path: root/drivers/staging/easycap/Makefile
blob: 8a3d911aee5d974e38f7386260e770e167f81ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

obj-$(CONFIG_EASYCAP)	+= easycap.o

easycap-y	:= easycap_main.o easycap_low.o easycap_sound.o
easycap-y	+= easycap_ioctl.o easycap_settings.o
easycap-y	+= easycap_testcard.o

ccflags-y := -Wall
# Impose all or none of the following:
ccflags-y += -DEASYCAP_IS_VIDEODEV_CLIENT
ccflags-y += -DEASYCAP_NEEDS_V4L2_DEVICE_H
ccflags-y += -DEASYCAP_NEEDS_V4L2_FOPS

OpenPOWER on IntegriCloud