diff options
author | Chris Zankel <czankel@Athlon.(none)> | 2008-05-05 23:36:35 -0700 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-10-21 07:58:06 -0700 |
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 obj-$(CONFIG_MLX4_CORE) += mlx4/ obj-$(CONFIG_ENC28J60) += enc28j60.o +obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o + obj-$(CONFIG_MACB) += macb.o obj-$(CONFIG_ARM) += arm/ |