projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b84bd1
)
pasemi_mac: Fix building as module
author
Ben Hutchings
<
[email protected]
>
Mon, 5 Dec 2011 19:44:22 +0000
(19:44 +0000)
committer
David S. Miller
<
[email protected]
>
Tue, 6 Dec 2011 05:48:59 +0000
(
00:48
-0500)
Commit
ded19addf9c937d83b9bfb4d73a836732569041b
('pasemic_mac*: Move
the PA Semi driver') inadvertently split pasemi_mac into two separate
modules with unresolved symbols. Change it back into a single module.
Signed-off-by: Ben Hutchings <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/pasemi/Makefile
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/pasemi/Makefile
b/drivers/net/ethernet/pasemi/Makefile
index 05db5434bafc3284eb0a3b6162a64c8ed2c436d6..90497ffb1ac39d5635d258730f8cc229275aa240 100644
(file)
--- a/
drivers/net/ethernet/pasemi/Makefile
+++ b/
drivers/net/ethernet/pasemi/Makefile
@@
-2,4
+2,5
@@
# Makefile for the A Semi network device drivers.
#
-obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o pasemi_mac_ethtool.o
+obj-$(CONFIG_PASEMI_MAC) += pasemi_mac_driver.o
+pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o