commit | 991b089d1ce5ad945725e3657a8f106dfa02a38e | [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 | 329ff3c93862bbee281cc601db786ce35026ca4a [diff] [blame] |
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))