Merge git://www.denx.de/git/u-boot
authorMichal Simek <monstr@monstr.eu>
Mon, 10 Sep 2007 22:29:27 +0000 (00:29 +0200)
committerMichal Simek <monstr@monstr.eu>
Mon, 10 Sep 2007 22:29:27 +0000 (00:29 +0200)
1  2 
Makefile
drivers/net/Makefile

diff --cc Makefile
Simple merge
@@@ -23,9 -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
++COBJS         := mcffec.o xilinx_emac.o xilinx_emaclite.o
  
  SRCS  := $(COBJS:.o=.c)
  OBJS  := $(addprefix $(obj),$(COBJS))