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

Staging: speakup: Makefile: Makefile clean up

Replaced <modules>-objs with <modules>-y in Makefile.

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
0c7023b2 8996ba13

+1 -1
+1 -1
drivers/staging/speakup/Makefile
··· 15 15 obj-$(CONFIG_SPEAKUP_SYNTH_DUMMY) += speakup_dummy.o 16 16 17 17 obj-$(CONFIG_SPEAKUP) += speakup.o 18 - speakup-objs := \ 18 + speakup-y := \ 19 19 buffers.o \ 20 20 devsynth.o \ 21 21 i18n.o \