-
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.
yaml --- r: 6091 b: refs/heads/master c: 67c4f3f h: refs/heads/master i: 6089: ffd1b7b 6087: ba6d43a v: v3
- Loading branch information
Jeff Garzik
committed
Aug 11, 2005
1 parent
fcf6772
commit 8d988e3
Showing
8 changed files
with
54 additions
and
894 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 303bcb4b675d7284a1097dd1c18c995c0179883a | ||
refs/heads/master: 67c4f3fa25502ce7ed82fb0307e09cf36f1f81da |
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.