summaryrefslogtreecommitdiffstats
path: root/drivers/staging/altera-stapl
diff options
context:
space:
mode:
authorTracey Dent2011-07-07 20:17:24 +0200
committerGreg Kroah-Hartman2011-07-08 23:03:38 +0200
commit84db550cbdb2859a219dc2653bafe3bbdda11708 (patch)
tree57f5ce5a0d4c278d34573ccfef5157fc85ed2778 /drivers/staging/altera-stapl
parentAth6kl: TODO: Fix spelling :) (diff)
downloadkernel-qcow2-linux-84db550cbdb2859a219dc2653bafe3bbdda11708.tar.gz
kernel-qcow2-linux-84db550cbdb2859a219dc2653bafe3bbdda11708.tar.xz
kernel-qcow2-linux-84db550cbdb2859a219dc2653bafe3bbdda11708.zip
Altera-stapl: Clean up makefile (-y instead of -objs)
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>
Diffstat (limited to 'drivers/staging/altera-stapl')
-rw-r--r--drivers/staging/altera-stapl/Makefile2
1 files changed, 1 insertions, 1 deletions
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