Staging: easycap: Makefile: replace the use of <module>-objs with <module>-y
[deliverable/linux.git] / drivers / staging / easycap / Makefile
1
2 obj-$(CONFIG_EASYCAP) += easycap.o
3
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
7
8 ccflags-y := -Wall
9 # Impose all or none of the following:
10 ccflags-y += -DEASYCAP_IS_VIDEODEV_CLIENT
11 ccflags-y += -DEASYCAP_NEEDS_V4L2_DEVICE_H
12 ccflags-y += -DEASYCAP_NEEDS_V4L2_FOPS
13
This page took 0.036569 seconds and 5 git commands to generate.