From a4f131f07ce662ca51d02a83e906f2d1f57713dd Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Thu, 7 Oct 2010 20:01:27 -0400 Subject: [PATCH] Staging: cxt1e1: Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- drivers/staging/cxt1e1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1