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