[U-Boot-Users] [PATCH 07/24] drivers/input : move input drivers to drivers/input

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Oct 11 19:26:19 CEST 2007


Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>

diff --git a/drivers/Makefile b/drivers/Makefile
index cc758d7..8802d2f 100755
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -44,8 +44,6 @@ COBJS-y += ati_radeon_fb.o
 COBJS-y += atmel_usart.o
 COBJS-y += cfb_console.o
 COBJS-y += ct69000.o
-COBJS-y += i8042.o
-COBJS-y += keyboard.o
 COBJS-y += netconsole.o
 COBJS-y += ns16550.o
 COBJS-y += s3c4510b_uart.o
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index 60371b3..491efaa 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -25,7 +25,8 @@ include $(TOPDIR)/config.mk
 
 LIB 	:= $(obj)libinput.a
 
-COBJS-y +=
+COBJS-y += i8042.o
+COBJS-y += keyboard.o
 
 COBJS	:= $(COBJS-y)
 SRCS 	:= $(COBJS:.o=.c)
diff --git a/drivers/i8042.c b/drivers/input/i8042.c
similarity index 100%
rename from drivers/i8042.c
rename to drivers/input/i8042.c
diff --git a/drivers/keyboard.c b/drivers/input/keyboard.c
similarity index 100%
rename from drivers/keyboard.c
rename to drivers/input/keyboard.c
-- 
1.5.3.2





More information about the U-Boot mailing list