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-Url: http://drtracing.org/?a=commitdiff_plain;h=ea195d1a7fb98581352883a58085f7b501fd5a31;p=deliverable%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 d8ccdaa8c650..395515b4a888 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 \