From 84db550cbdb2859a219dc2653bafe3bbdda11708 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Thu, 7 Jul 2011 14:17:24 -0400 Subject: [PATCH] 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 --- drivers/staging/altera-stapl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1