commit | 40277b3d55ec941b5a64f5ed9f6f6f36d7a3b385 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Sat Sep 15 00:03:35 2007 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Sat Sep 15 00:03:35 2007 +0200 |
tree | 2c54f0a438a5ca915d88f8badab217b8ae993f11 | |
parent | 461107254fa5350facca0b1182f6d19247408d13 [diff] |
Synchronize with U-BOOT mainline
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 0639859..37d69b9 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile
@@ -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))