[U-Boot-Users] [PATCH 22/30] drivers/misc : move misc drivers to drivers/misc
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun Oct 7 22:37:25 CEST 2007
>From 16a02be6b2228b55914ae939f23399ab20deacaa Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
Date: Sun, 7 Oct 2007 20:34:16 +0200
Subject: [PATCH] drivers/misc : move misc drivers to drivers/misc
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
drivers/Makefile | 2 +-
drivers/misc/Makefile | 2 +-
drivers/{ => misc}/ali512x.c | 0
drivers/{ => misc}/ns87308.c | 0
4 files changed, 2 insertions(+), 2 deletions(-)
rename drivers/{ => misc}/ali512x.c (100%)
rename drivers/{ => misc}/ns87308.c (100%)
diff --git a/drivers/Makefile b/drivers/Makefile
index 7cd3a2f..734a702 100755
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)libdrivers.a
-COBJS = ali512x.o ns87308.o
+COBJS =
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index da43154..11187cc 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libmisc.a
-COBJS :=
+COBJS := ali512x.o ns87308.o
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
diff --git a/drivers/ali512x.c b/drivers/misc/ali512x.c
similarity index 100%
rename from drivers/ali512x.c
rename to drivers/misc/ali512x.c
diff --git a/drivers/ns87308.c b/drivers/misc/ns87308.c
similarity index 100%
rename from drivers/ns87308.c
rename to drivers/misc/ns87308.c
--
1.5.3.2
More information about the U-Boot
mailing list