From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:51 +0000 (-0400) Subject: Staging: wlan-ng: Makefile: replace the use of -objs with -y X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ef3fdeea5dd5d1e4fd25fae901378a2d53958d7f;p=linux-beck.git Staging: wlan-ng: 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/wlan-ng/Makefile b/drivers/staging/wlan-ng/Makefile index db5d597563f8..32b69f238c69 100644 --- a/drivers/staging/wlan-ng/Makefile +++ b/drivers/staging/wlan-ng/Makefile @@ -1,6 +1,6 @@ obj-$(CONFIG_PRISM2_USB) += prism2_usb.o -prism2_usb-objs := prism2usb.o \ +prism2_usb-y := prism2usb.o \ p80211conv.o \ p80211req.o \ p80211wep.o \