diff options
author | Chris Zankel <czankel@Athlon.(none)> | 2008-05-06 02:36:35 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-10-21 10:58:06 -0400 |
commit | 74f2a5f0ef643b7b277f7a270f85573f88d930d1 (patch) | |
tree | eec23ab745ff6b346333e092611fe6a4c3152ed7 /drivers/net/Makefile | |
parent | 1b532c6ced5417ef18d5c10e5bc5e0ae21eb81c4 (diff) |
xtensa: Add support for the Sonic Ethernet device for the XT2000 board.
Add support for the on-board Sonic Ethernet device for the XT2000
evaluation board.
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index fa2510b2e609..f19acf8b9220 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -227,6 +227,8 @@ pasemi_mac_driver-objs := pasemi_mac.o pasemi_mac_ethtool.o | |||
227 | obj-$(CONFIG_MLX4_CORE) += mlx4/ | 227 | obj-$(CONFIG_MLX4_CORE) += mlx4/ |
228 | obj-$(CONFIG_ENC28J60) += enc28j60.o | 228 | obj-$(CONFIG_ENC28J60) += enc28j60.o |
229 | 229 | ||
230 | obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o | ||
231 | |||
230 | obj-$(CONFIG_MACB) += macb.o | 232 | obj-$(CONFIG_MACB) += macb.o |
231 | 233 | ||
232 | obj-$(CONFIG_ARM) += arm/ | 234 | obj-$(CONFIG_ARM) += arm/ |