summaryrefslogtreecommitdiffstats
path: root/drivers/staging/crystalhd
diff options
context:
space:
mode:
authorTracey Dent2010-10-08 02:01:25 +0200
committerGreg Kroah-Hartman2010-10-08 16:23:52 +0200
commit1087020fb0b12cdebb8c577ec2d1b26e724a1a7c (patch)
tree174d238a38871e905f41498403962d9ad28fbd09 /drivers/staging/crystalhd
parentStaging: cx25821: Makefile: replace the use of <module>-objs with <module>-y (diff)
downloadkernel-qcow2-linux-1087020fb0b12cdebb8c577ec2d1b26e724a1a7c.tar.gz
kernel-qcow2-linux-1087020fb0b12cdebb8c577ec2d1b26e724a1a7c.tar.xz
kernel-qcow2-linux-1087020fb0b12cdebb8c577ec2d1b26e724a1a7c.zip
Staging: crystalhd: 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/crystalhd')
-rw-r--r--drivers/staging/crystalhd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/crystalhd/Makefile b/drivers/staging/crystalhd/Makefile
index e2af0ce2e792..c31657a9335f 100644
--- a/drivers/staging/crystalhd/Makefile
+++ b/drivers/staging/crystalhd/Makefile
@@ -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