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

Staging: comedi: Makefile: replace the use of <module>-objs with <module>-y

Changed <module>-objs to <module>-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
23d18860 1087020f

+1 -1
+1 -1
drivers/staging/comedi/Makefile
··· 3 3 obj-$(CONFIG_COMEDI) += kcomedilib/ 4 4 obj-$(CONFIG_COMEDI) += drivers/ 5 5 6 - comedi-objs := \ 6 + comedi-y := \ 7 7 comedi_fops.o \ 8 8 proc.o \ 9 9 range.o \