[U-Boot-Users] [PATCH] drivers/eeprom : move eeprom drivers to drivers/eeprom
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Oct 11 10:32:09 CEST 2007
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
drivers/eeprom/Makefile | 2 +-
drivers/{ => eeprom}/mw_eeprom.c | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename drivers/{ => eeprom}/mw_eeprom.c (100%)
diff --git a/drivers/eeprom/Makefile b/drivers/eeprom/Makefile
index 8188775..07d7510 100644
--- a/drivers/eeprom/Makefile
+++ b/drivers/eeprom/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libeeprom.a
-COBJS-y +=
+COBJS-y += mw_eeprom.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
diff --git a/drivers/mw_eeprom.c b/drivers/eeprom/mw_eeprom.c
similarity index 100%
rename from drivers/mw_eeprom.c
rename to drivers/eeprom/mw_eeprom.c
--
1.5.3.2
More information about the U-Boot
mailing list