projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad6b18
)
Staging: wlan-ng: Makefile: replace the use of <module>-objs with <module>-y
author
Tracey Dent
<tdent48227@gmail.com>
Fri, 8 Oct 2010 00:01:51 +0000
(20:01 -0400)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/wlan-ng/Makefile
b/drivers/staging/wlan-ng/Makefile
index db5d597563f81f48f262485559c7608fc43a5b22..32b69f238c69772c459ea604debc5976b02e50d6 100644
(file)
--- 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 \