summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-08 00:01:28 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 14:23:51 (GMT)
commit77037b49152f5b11f92a9c47d6c55a01f14f7f01 (patch)
tree06102e8cbf42fac796d0ba5cdd78710ad4d7ca44 /drivers
parenta4f131f07ce662ca51d02a83e906f2d1f57713dd (diff)
downloadlinux-77037b49152f5b11f92a9c47d6c55a01f14f7f01.tar.xz
Staging: easycap: Makefile: replace the use of <module>-objs with <module>-y
Changed <module>-objs to <module>-y in Makefile. Signed-off-by: Tracey Dent <tdent48227@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/easycap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/easycap/Makefile b/drivers/staging/easycap/Makefile
index 680f370..8a3d911 100644
--- a/drivers/staging/easycap/Makefile
+++ b/drivers/staging/easycap/Makefile
@@ -1,9 +1,9 @@
obj-$(CONFIG_EASYCAP) += easycap.o
-easycap-objs := easycap_main.o easycap_low.o easycap_sound.o
-easycap-objs += easycap_ioctl.o easycap_settings.o
-easycap-objs += easycap_testcard.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
ccflags-y := -Wall
# Impose all or none of the following: