]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: crystalhd: Makefile: replace the use of <module>-objs with <module>-y
authorTracey Dent <tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:25 +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/crystalhd/Makefile

index e2af0ce2e792ecd1ac681914a17e41059c7216b3..c31657a9335f9837fcdc716790593dbc5ab3e160 100644 (file)
@@ -1,6 +1,6 @@
 obj-$(CONFIG_CRYSTALHD)        += crystalhd.o
 
-crystalhd-objs         := crystalhd_cmds.o     \
+crystalhd-y            := crystalhd_cmds.o     \
                           crystalhd_hw.o       \
                           crystalhd_lnx.o      \
                           crystalhd_misc.o