]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/phy/Makefile
new at91_emac network driver (NET_MULTI api)
[u-boot] / drivers / net / phy / Makefile
index 10dc082069277a31fc31763198c79c0a82cd22d8..3b92614ac74436e4162c14597e45074dd14b9c4a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2006
+# (C) Copyright 2008
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
@@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    := $(obj)libphy.a
 
 COBJS-$(CONFIG_BITBANGMII) += miiphybb.o
+COBJS-$(CONFIG_MV88E61XX_SWITCH) += mv88e61xx.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)