]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/Makefile
synchronizition with mainline
[u-boot] / drivers / net / Makefile
index 063985984ebb9c3b5432463eb4eaf4af637a9e13..37d69b9949bd94d6a97d272f32c6cc626d8b6a99 100644 (file)
@@ -24,7 +24,8 @@
 include $(TOPDIR)/config.mk
 
 LIB    := $(obj)libnet.a
-COBJS  := mcffec.o xilinx_emac.o xilinx_emaclite.o
+
+COBJS  := mcffec.o
 
 SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))