From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:36 +0000 (-0400) Subject: Staging: line6: Makefile: replace the use of -objs with -y X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1954cbf0bfb22176119e0460098cd59f2b8e645d;p=mv-sheeva.git Staging: line6: Makefile: replace the use of -objs with -y Changed -objs to -y in Makefile. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/line6/Makefile b/drivers/staging/line6/Makefile index a1c93edc6b1..de6bd12e973 100644 --- a/drivers/staging/line6/Makefile +++ b/drivers/staging/line6/Makefile @@ -1,6 +1,6 @@ obj-$(CONFIG_LINE6_USB) += line6usb.o -line6usb-objs := \ +line6usb-y := \ audio.o \ capture.o \ control.o \