Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
2obj-$(CONFIG_EASYCAP) += easycap.o
3
4easycap-y := easycap_main.o easycap_low.o easycap_sound.o
5easycap-y += easycap_ioctl.o easycap_settings.o
6easycap-y += easycap_testcard.o
7
8ccflags-y := -Wall
9# Impose all or none of the following:
10ccflags-y += -DEASYCAP_IS_VIDEODEV_CLIENT
11ccflags-y += -DEASYCAP_NEEDS_V4L2_DEVICE_H
12ccflags-y += -DEASYCAP_NEEDS_V4L2_FOPS
13ccflags-y += -DEASYCAP_NEEDS_UNLOCKED_IOCTL
14