From: Tracey Dent Date: Thu, 7 Jul 2011 18:17:24 +0000 (-0400) Subject: Altera-stapl: Clean up makefile (-y instead of -objs) X-Git-Tag: next-20110726~5^2~52 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=84db550cbdb2859a219dc2653bafe3bbdda11708;p=karo-tx-linux.git Altera-stapl: Clean up makefile (-y instead of -objs) Changed Makefile to use -y instead of -objs because -objs is deprecated. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/altera-stapl/Makefile b/drivers/staging/altera-stapl/Makefile index 055f61ee781a..ddeede3c4b96 100644 --- a/drivers/staging/altera-stapl/Makefile +++ b/drivers/staging/altera-stapl/Makefile @@ -1,3 +1,3 @@ -altera-stapl-objs = altera-lpt.o altera-jtag.o altera-comp.o altera.o +altera-stapl-y := altera-lpt.o altera-jtag.o altera-comp.o altera.o obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o