diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-10-08 04:01:27 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-08 18:23:50 +0400 |
commit | a4f131f07ce662ca51d02a83e906f2d1f57713dd (patch) | |
tree | cb2d15bd0fef96b8cb9d49586a5e7f5ce40e4242 /drivers/staging/cxt1e1 | |
parent | accca6c2f18b8a44ab92a79be2458fb547106e84 (diff) | |
download | linux-a4f131f07ce662ca51d02a83e906f2d1f57713dd.tar.xz |
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/Makefile | 2 |
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 \ |