-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix numerous minor problems with new phy subsystem.
Includes fixes for problems noted by Adrian Bunk, Andrew Morton, and one other person lost in the annals of history (and email folders).
- Loading branch information
Jeff Garzik
committed
Aug 11, 2005
1 parent
303bcb4
commit 67c4f3f
Showing
7 changed files
with
53 additions
and
893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Makefile for Linux PHY drivers | ||
|
||
obj-$(CONFIG_PHYLIB) += phy.o phy_device.o mdio_bus.o | ||
libphy-objs := phy.o phy_device.o mdio_bus.o | ||
|
||
obj-$(CONFIG_MARVELL_PHY) += marvell.o | ||
obj-$(CONFIG_DAVICOM_PHY) += davicom.o | ||
obj-$(CONFIG_CICADA_PHY) += cicada.o | ||
obj-$(CONFIG_LXT_PHY) += lxt.o | ||
obj-$(CONFIG_QSEMI_PHY) += qsemi.o | ||
obj-$(CONFIG_MARVELL_PHY) += libphy.o marvell.o | ||
obj-$(CONFIG_DAVICOM_PHY) += libphy.o davicom.o | ||
obj-$(CONFIG_CICADA_PHY) += libphy.o cicada.o | ||
obj-$(CONFIG_LXT_PHY) += libphy.o lxt.o | ||
obj-$(CONFIG_QSEMI_PHY) += libphy.o qsemi.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.