summaryrefslogtreecommitdiff
path: root/drivers/staging/cxt1e1
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-07 20:01:27 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 07:23:50 -0700
commita4f131f07ce662ca51d02a83e906f2d1f57713dd (patch)
treecb2d15bd0fef96b8cb9d49586a5e7f5ce40e4242 /drivers/staging/cxt1e1
parentaccca6c2f18b8a44ab92a79be2458fb547106e84 (diff)
Staging: cxt1e1: 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/cxt1e1')
-rw-r--r--drivers/staging/cxt1e1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/cxt1e1/Makefile b/drivers/staging/cxt1e1/Makefile
index a524a62476d9..e99b82311823 100644
--- a/drivers/staging/cxt1e1/Makefile
+++ b/drivers/staging/cxt1e1/Makefile
@@ -4,7 +4,7 @@ ccflags-y := -DSBE_PMCC4_ENABLE
ccflags-y += -DSBE_ISR_TASKLET
ccflags-y += -DSBE_INCLUDE_SYMBOLS
-cxt1e1-objs += \
+cxt1e1-y := \
ossiRelease.o \
musycc.o \
pmcc4_drv.o \