Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tracey Dent and committed by
Greg Kroah-Hartman
84db550c 06c15607

+1 -1
+1 -1
drivers/staging/altera-stapl/Makefile
··· 1 - altera-stapl-objs = altera-lpt.o altera-jtag.o altera-comp.o altera.o 1 + altera-stapl-y := altera-lpt.o altera-jtag.o altera-comp.o altera.o 2 2 3 3 obj-$(CONFIG_ALTERA_STAPL) += altera-stapl.o