diff options
| author | Ajay Bhargav <[[email protected]]> | 2011-09-13 22:21:58 +0530 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-09-30 22:00:53 +0200 |
| commit | 79788bb19ac0c68cef77bd92d3365bdf2989339d (patch) | |
| tree | e0305382cd6ec0d341f23e29a3bb2139f94263dd /drivers/net/Makefile | |
| parent | ea3cd47af4c61b04450ba01d2f5172cc1b808d64 (diff) | |
net: Adds Fast Ethernet Controller driver for Armada100
This patch adds support for Fast Ethernet Controller driver for
Armada100 series.
Signed-off-by: Ajay Bhargav <[email protected]>
Signed-off-by: Prafulla Wadaskar <[email protected]>
Diffstat (limited to 'drivers/net/Makefile')
| -rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 819b197673b..34b432217e0 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -28,6 +28,7 @@ LIB := $(obj)libnet.o COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o COBJS-$(CONFIG_ALTERA_TSE) += altera_tse.o +COBJS-$(CONFIG_ARMADA100_FEC) += armada100_fec.o COBJS-$(CONFIG_DRIVER_AT91EMAC) += at91_emac.o COBJS-$(CONFIG_DRIVER_AX88180) += ax88180.o COBJS-$(CONFIG_BCM570x) += bcm570x.o |
