
11 Oct
2007
11 Oct
'07
10:32 a.m.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@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