]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: wlan-ng: Makefile: replace the use of <module>-objs with <module>-y
authorTracey Dent <tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:51 +0000 (20:01 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 Oct 2010 14:23:43 +0000 (07:23 -0700)
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>
drivers/staging/wlan-ng/Makefile

index db5d597563f81f48f262485559c7608fc43a5b22..32b69f238c69772c459ea604debc5976b02e50d6 100644 (file)
@@ -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 \