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

index 20afea301c8773df435df1df21c33e70c4e2ba64..8dbd306fef887235ae03a6cbb9e2deb02f74f218 100644 (file)
@@ -3,7 +3,7 @@ obj-$(CONFIG_COMEDI) += comedi.o
 obj-$(CONFIG_COMEDI)   += kcomedilib/
 obj-$(CONFIG_COMEDI)   += drivers/
 
-comedi-objs :=         \
+comedi-y :=            \
        comedi_fops.o   \
        proc.o          \
        range.o         \