diff options
author | Heiko Schocher <hs@denx.de> | 2012-03-18 12:03:05 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-19 23:02:05 +0100 |
commit | 49099122a403b907dc12a5e66033678a07c68ba3 (patch) | |
tree | 6531b7cca21ea91ca6285bfedff244ce10a07292 /drivers/net/phy/Makefile | |
parent | mlx4_core: fix race on comm channel (diff) | |
download | linux-49099122a403b907dc12a5e66033678a07c68ba3.tar.xz linux-49099122a403b907dc12a5e66033678a07c68ba3.zip |
phy: add am79c874 PHY support
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index e15c83fecbe0..b7438b1b94b9 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -24,3 +24,4 @@ obj-$(CONFIG_STE10XP) += ste10Xp.o obj-$(CONFIG_MICREL_PHY) += micrel.o obj-$(CONFIG_MDIO_OCTEON) += mdio-octeon.o obj-$(CONFIG_MICREL_KS8995MA) += spi_ks8995.o +obj-$(CONFIG_AMD_PHY) += amd.o |