aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/Makefile
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-07 20:01:51 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 07:23:43 -0700
commitef3fdeea5dd5d1e4fd25fae901378a2d53958d7f (patch)
treef36495edb713c583ce84d28806d8081c3d319c4e /drivers/staging/wlan-ng/Makefile
parentStaging: rtl8192u: Makefile: replace the use of <module>-objs with <module>-y (diff)
downloadlinux-dev-ef3fdeea5dd5d1e4fd25fae901378a2d53958d7f.tar.xz
linux-dev-ef3fdeea5dd5d1e4fd25fae901378a2d53958d7f.zip
Staging: wlan-ng: 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>
Diffstat (limited to 'drivers/staging/wlan-ng/Makefile')
-rw-r--r--drivers/staging/wlan-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \