]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/staging/easycap/Makefile
Staging: easycap: Makefile: cleaned up Makefile cflag lines
[net-next-2.6.git] / drivers / staging / easycap / Makefile
CommitLineData
702422bd
T
1
2obj-$(CONFIG_EASYCAP) += easycap.o
3
4easycap-objs := easycap_main.o easycap_low.o easycap_sound.o
5easycap-objs += easycap_ioctl.o easycap_settings.o
6easycap-objs += easycap_testcard.o
7
958f2f42 8ccflags-y := -Wall
702422bd 9# Impose all or none of the following:
958f2f42
TD
10ccflags-y += -DEASYCAP_IS_VIDEODEV_CLIENT
11ccflags-y += -DEASYCAP_NEEDS_V4L2_DEVICE_H
12ccflags-y += -DEASYCAP_NEEDS_V4L2_FOPS
702422bd 13