From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:48 +0000 (-0400) Subject: Staging: tm6000: Makefile: replace the use of -objs with -y X-Git-Tag: v2.6.37-rc1~60^2~3^2~249 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea195d1a7fb98581352883a58085f7b501fd5a31;p=thirdparty%2Fkernel%2Flinux.git Staging: tm6000: 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 --- diff --git a/drivers/staging/tm6000/Makefile b/drivers/staging/tm6000/Makefile index d8ccdaa8c6505..395515b4a888a 100644 --- a/drivers/staging/tm6000/Makefile +++ b/drivers/staging/tm6000/Makefile @@ -1,4 +1,4 @@ -tm6000-objs := tm6000-cards.o \ +tm6000-y := tm6000-cards.o \ tm6000-core.o \ tm6000-i2c.o \ tm6000-video.o \