]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/easycap/Makefile
staging: easycap: kill EASYCAP_NEEDS_CARD_CREATE
[karo-tx-linux.git] / drivers / staging / easycap / Makefile
index 8a3d911aee5d974e38f7386260e770e167f81ec0..226a7795a1db29af5d586f6d40a7d180791c68c8 100644 (file)
@@ -1,13 +1,12 @@
+easycap-objs      := easycap_main.o easycap_low.o easycap_sound.o \
+                    easycap_ioctl.o easycap_settings.o easycap_testcard.o
 
-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
+obj-$(CONFIG_EASYCAP)       += easycap.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
+ccflags-y += -DEASYCAP_NEEDS_UNLOCKED_IOCTL
+ccflags-y += -DEASYCAP_NEEDS_ALSA