aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorGiuseppe Cavallaro <peppe.cavallaro@st.com>2008-11-28 16:14:12 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-28 16:14:12 -0800
commit914804b95caa61c633431262044034ab05c78ba4 (patch)
treeeb2ee070d8ecf6efc2ea6cdb3bdac34fecb43ae7 /drivers/net/phy/Makefile
parent65a467f553067fae21b66ac0778247c930936749 (diff)
downloadlinux-914804b95caa61c633431262044034ab05c78ba4.tar.gz
phy: add natsemi PHY driver
This patch adds the PHY device driver for the National Semiconductor DP83865 Gig PHYTER. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r--drivers/net/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index 9ae5d30b5f4ec5..eba495453aef07 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -16,3 +16,4 @@ obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o
+obj-$(CONFIG_NATIONAL_PHY) += national.o