[U-Boot-Users] [PATCH 14/30] drivers/scsi : move scsi drivers to drivers/scsi

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sat Oct 6 15:21:29 CEST 2007


>From 1d4f52106dcaebaaf20651e08c43dd911ad34cfc Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
Date: Sun, 23 Sep 2007 03:13:40 +0200
Subject: [PATCH] drivers/scsi : move scsi drivers to drivers/scsi

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 drivers/Makefile               |    1 -
 drivers/scsi/Makefile          |    2 +-
 drivers/{ => scsi}/ahci.c      |    0
 drivers/{ => scsi}/sym53c8xx.c |    0
 4 files changed, 1 insertions(+), 2 deletions(-)
 rename drivers/{ => scsi}/ahci.c (100%)
 rename drivers/{ => scsi}/sym53c8xx.c (100%)

diff --git a/drivers/Makefile b/drivers/Makefile
index 8010918..97bf1c4 100755
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -42,7 +42,6 @@ COBJS    = 3c589.o 5701rls.o ali512x.o atmel_usart.o \
       serial.o serial_max3100.o \
       serial_pl010.o serial_pl011.o serial_xuartlite.o \
       sl811_usb.o sm501.o smc91111.o smiLynxEM.o \
-      sym53c8xx.o ahci.o \
       ti_pci1410a.o tigon3.o tsec.o \
       tsi108_eth.o \
       usb_ohci.o \
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile
index 00fa61d..0f73e89 100644
--- a/drivers/scsi/Makefile
+++ b/drivers/scsi/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB     := $(obj)libscsi.a
 
-COBJS     := 
+COBJS     := ahci.o sym53c8xx.o
 
 SRCS     := $(COBJS:.o=.c)
 OBJS     := $(addprefix $(obj),$(COBJS))
diff --git a/drivers/ahci.c b/drivers/scsi/ahci.c
similarity index 100%
rename from drivers/ahci.c
rename to drivers/scsi/ahci.c
diff --git a/drivers/sym53c8xx.c b/drivers/scsi/sym53c8xx.c
similarity index 100%
rename from drivers/sym53c8xx.c
rename to drivers/scsi/sym53c8xx.c
-- 
1.5.3.2







More information about the U-Boot mailing list