Skip to content

Commit

Permalink
Altera-stapl: Clean up makefile (-y instead of -objs)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tracey Dent authored and Greg Kroah-Hartman committed Jul 8, 2011
1 parent 06c1560 commit 84db550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/altera-stapl/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 84db550

Please sign in to comment.