This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: keytable: rename exec file to ir-keytable
Author:  Mauro Carvalho Chehab <mche...@redhat.com>
Date:    Thu Mar 11 20:58:22 2010 -0300

This code is not specific nor depends on V4L2 API. Rename it to a proper
name.

Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>

 utils/keytable/.gitignore |    2 +-
 utils/keytable/Makefile   |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=4c7c70f83f03dede2cbbd24f78211dd0493f2683

diff --git a/utils/keytable/.gitignore b/utils/keytable/.gitignore
index bcbfd42..e7b24b2 100644
--- a/utils/keytable/.gitignore
+++ b/utils/keytable/.gitignore
@@ -1 +1 @@
-v4l-keytable
+ir-keytable
diff --git a/utils/keytable/Makefile b/utils/keytable/Makefile
index dedb413..21f0397 100644
--- a/utils/keytable/Makefile
+++ b/utils/keytable/Makefile
@@ -1,4 +1,4 @@
-TARGETS = v4l-keytable
+TARGETS = ir-keytable
 
 IR_FILES = "drivers/media/IR/ir-keymaps.c \
 drivers/media/dvb/dvb-usb/a800.c \
@@ -25,9 +25,11 @@ all: $(TARGETS)
 
 -include *.d
 
-v4l-keytable: keytable.o
+ir-keytable: keytable.o
        $(CC) $(LDFLAGS) -o $@ $^
 
+keytable.o: keytable.c parse.h
+
 sync-with-kernel:
        @if [ ! -f $(KERNEL_DIR)/include/linux/input.h ]; then \
          echo "Error you must set KERNEL_DIR to point to an extracted kernel 
source dir"; \

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to