[U-Boot-Users] [PATCH 04/24] drivers/eeprom : move eeprom drivers to drivers/eeprom

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Oct 11 19:26:16 CEST 2007


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>

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