[U-Boot-Users] [PATCH 10/30] drivers/leds : move leds drivers to drivers/leds
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sat Oct 6 15:15:40 CEST 2007
>From 89dd99f70a429a1523bf0662fecea1be557fe373 Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
Date: Sun, 23 Sep 2007 02:54:35 +0200
Subject: [PATCH] drivers/leds : move leds drivers to drivers/leds
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
drivers/Makefile | 2 +-
drivers/leds/Makefile | 2 +-
drivers/{ => leds}/status_led.c | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename drivers/{ => leds}/status_led.c (100%)
diff --git a/drivers/Makefile b/drivers/Makefile
index b16b903..4dbc368 100755
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -43,7 +43,7 @@ COBJS = 3c589.o 5701rls.o ali512x.o at45.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 \
- status_led.o sym53c8xx.o ahci.o \
+ sym53c8xx.o ahci.o \
ti_pci1410a.o tigon3.o tsec.o \
tsi108_eth.o tsi108_pci.o \
usb_ohci.o \
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
index 6b71f7a..d5edd8e 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libleds.a
-COBJS :=
+COBJS := status_led.o
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
diff --git a/drivers/status_led.c b/drivers/leds/status_led.c
similarity index 100%
rename from drivers/status_led.c
rename to drivers/leds/status_led.c
--
1.5.3.2
More information about the U-Boot
mailing list