]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Altera-stapl: Clean up makefile (-y instead of -objs)
authorTracey Dent <tdent48227@gmail.com>
Thu, 7 Jul 2011 18:17:24 +0000 (14:17 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Jul 2011 21:03:38 +0000 (14:03 -0700)
Changed Makefile to use <modules>-y instead of <modules>-objs
because -objs is deprecated.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/altera-stapl/Makefile

index 055f61ee781a8a3123f8e849dc2e46bb154bfc3a..ddeede3c4b96f2093955717a9a6b4c245062223f 100644 (file)
@@ -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