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

Staging: line6: 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
1954cbf0 0c26876e

+1 -1
+1 -1
drivers/staging/line6/Makefile
··· 1 1 obj-$(CONFIG_LINE6_USB) += line6usb.o 2 2 3 - line6usb-objs := \ 3 + line6usb-y := \ 4 4 audio.o \ 5 5 capture.o \ 6 6 control.o \