]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: easycap: Makefile: replace the use of <module>-objs with <module>-y
authorTracey Dent <tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:28 +0000 (20:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 14:23:51 +0000 (07:23 -0700)
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>
drivers/staging/easycap/Makefile

index 680f370f33d1a82f85a8a6b6c60e6ac9701cdf27..8a3d911aee5d974e38f7386260e770e167f81ec0 100644 (file)
@@ -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: