summaryrefslogtreecommitdiff
path: root/drivers/staging/easycap/Makefile
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-07 20:01:28 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 07:23:51 -0700
commit77037b49152f5b11f92a9c47d6c55a01f14f7f01 (patch)
tree06102e8cbf42fac796d0ba5cdd78710ad4d7ca44 /drivers/staging/easycap/Makefile
parenta4f131f07ce662ca51d02a83e906f2d1f57713dd (diff)
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/staging/easycap/Makefile')
-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 680f370f33d1..8a3d911aee5d 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: