diff options
author | Louis Su <louis@asix.com.tw> | 2008-07-09 11:01:37 +0800 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-10-13 22:33:12 -0700 |
commit | 30f574717277238b9014b8136c90eea77196490f (patch) | |
tree | de9f2d24d9f573a6bce340cff12ba830e9726b44 /drivers/net/Makefile | |
parent | c9d6b6925344740ca1db2f8a6bab7921ff820de3 (diff) | |
download | u-boot-imx-30f574717277238b9014b8136c90eea77196490f.zip u-boot-imx-30f574717277238b9014b8136c90eea77196490f.tar.gz u-boot-imx-30f574717277238b9014b8136c90eea77196490f.tar.bz2 |
AX88180: new gigabit network driver
Signed-off-by: Louis Su <louis@asix.com.tw>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
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 a4ea3a2..439c354 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)libnet.a COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o +COBJS-$(CONFIG_DRIVER_AX88180) += ax88180.o COBJS-$(CONFIG_BCM570x) += bcm570x.o bcm570x_autoneg.o 5701rls.o COBJS-$(CONFIG_BFIN_MAC) += bfin_mac.o COBJS-$(CONFIG_DRIVER_CS8900) += cs8900.o |