commit | f279f243a2beb20252e7c8e3a6deff415eb7e849 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Tue Sep 11 00:29:27 2007 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Tue Sep 11 00:29:27 2007 +0200 |
tree | b20402ff5f80a91423b9d444ba5b947d36cd06ff | |
parent | c73a477ffa19e0b714a4add389bb3a1afb88b1cb [diff] [blame] | |
parent | f140908478ec1f827824552d32fe6257d6c0ae87 [diff] [blame] |
Merge git://www.denx.de/git/u-boot
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 7342dc8..0639859 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile
@@ -23,9 +23,8 @@ include $(TOPDIR)/config.mk -LIB := $(obj)libnetdrv.a - -COBJS := xilinx_emaclite.o xilinx_emac.o +LIB := $(obj)libnet.a +COBJS := mcffec.o xilinx_emac.o xilinx_emaclite.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS))