R.M. Thomas | 702422b | 2010-06-18 12:29:49 -0700 | [diff] [blame] | 1 | |
| 2 | obj-$(CONFIG_EASYCAP) += easycap.o |
| 3 | |
Tracey Dent | 77037b4 | 2010-10-07 20:01:28 -0400 | [diff] [blame] | 4 | easycap-y := easycap_main.o easycap_low.o easycap_sound.o |
| 5 | easycap-y += easycap_ioctl.o easycap_settings.o |
| 6 | easycap-y += easycap_testcard.o |
R.M. Thomas | 702422b | 2010-06-18 12:29:49 -0700 | [diff] [blame] | 7 | |
Tracey Dent | 958f2f4 | 2010-10-02 12:37:55 -0400 | [diff] [blame] | 8 | ccflags-y := -Wall |
R.M. Thomas | 702422b | 2010-06-18 12:29:49 -0700 | [diff] [blame] | 9 | # Impose all or none of the following: |
Tracey Dent | 958f2f4 | 2010-10-02 12:37:55 -0400 | [diff] [blame] | 10 | ccflags-y += -DEASYCAP_IS_VIDEODEV_CLIENT |
| 11 | ccflags-y += -DEASYCAP_NEEDS_V4L2_DEVICE_H |
| 12 | ccflags-y += -DEASYCAP_NEEDS_V4L2_FOPS |
R.M. Thomas | 702422b | 2010-06-18 12:29:49 -0700 | [diff] [blame] | 13 | |