Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84db550c authored by Tracey Dent's avatar Tracey Dent Committed by Greg Kroah-Hartman
Browse files

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: default avatarTracey Dent <tdent48227@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 06c15607
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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