diff mbox

[07/33] Staging: cxt1e1: Makefile: replace the use of <module>-objs with <module>-y

Message ID 1286496113-11897-7-git-send-email-tdent48227@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

T Dent Oct. 8, 2010, 12:01 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/staging/cxt1e1/Makefile b/drivers/staging/cxt1e1/Makefile
index a524a62..e99b823 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 		\