summaryrefslogtreecommitdiff
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2008-02-26 11:53:35 -0500
committerJustin Waters <justin.waters@timesys.com>2008-02-26 11:53:35 -0500
commit996ae20fc28f8e2ceb77ad52cafa26b2513f28f2 (patch)
tree766b0e7493824ef0837914c086f9eea3c4e80dfb /drivers/net/Makefile
parentdcc58881955a397e970ca0ecc655bc173a9b59f4 (diff)
Add support for the SMSC911x ethernet chips
The MX31 LiteKit uses the SMSC911x ethernet phy. This adds support for it. The following patch also came from the LogicPD Forums. Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index a77affa4f6e6..9e66d6f15ee3 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -194,6 +194,7 @@ obj-$(CONFIG_S2IO) += s2io.o
obj-$(CONFIG_MYRI10GE) += myri10ge/
obj-$(CONFIG_SMC91X) += smc91x.o
obj-$(CONFIG_SMC911X) += smc911x.o
+obj-$(CONFIG_SMSC911X) += smsc911x.o
obj-$(CONFIG_DM9000) += dm9000.o
obj-$(CONFIG_FEC_8XX) += fec_8xx/
obj-$(CONFIG_PASEMI_MAC) += pasemi_mac.o