[U-Boot-Users] Re-send [PATCH 5/24] drivers/eeprom : move eeprom drivers to drivers/eeprom
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Oct 9 23:06:37 CEST 2007
>From 3c794eab101fbccbd0454c0f5f8ae58756bc1f20 Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
Date: Sun, 23 Sep 2007 02:33:15 +0200
Subject: [PATCH] drivers/eeprom : move eeprom drivers to drivers/eeprom
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 0637a7d..359367b 100644
--- a/drivers/eeprom/Makefile
+++ b/drivers/eeprom/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libeeprom.a
-COBJS :=
+COBJS := mw_eeprom.o
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
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