* [PATCH net] pasemi_mac: Fix building as module
@ 2011-12-06 5:44 Ben Hutchings
2011-12-06 5:49 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2011-12-06 5:44 UTC (permalink / raw)
To: David Miller; +Cc: Jeff Kirsher, Olof Johansson, netdev
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 <ben@decadent.org.uk>
---
The build failure can currently be seen at
<https://buildd.debian.org/status/package.php?p=linux-2.6&suite=experimental>.
Ben.
drivers/net/ethernet/pasemi/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/net/ethernet/pasemi/Makefile b/drivers/net/ethernet/pasemi/Makefile
index 05db543..90497ff 100644
--- 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
--
1.7.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-06 5:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06 5:44 [PATCH net] pasemi_mac: Fix building as module Ben Hutchings
2011-12-06 5:49 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).