diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-04-02 20:11:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 12:56:51 -0300 |
commit | bd7261d3d7dfe61e8bf8945051c1905ba4dba3b5 (patch) | |
tree | b2a8af995e809da87f04b9a783593f936cf29952 /drivers/media/IR/Makefile | |
parent | 02858eedcb78a664215b918d98cdb753ce432ce6 (diff) |
V4L/DVB: ir-common: remove keymap tables from the module
Now that the remote keymaps were broken into separate modules,
get rid of the keycode tables that were hardcoded into ir-common.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Makefile')
-rw-r--r-- | drivers/media/IR/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/IR/Makefile b/drivers/media/IR/Makefile index 3d8dd306df4..0e3f912054c 100644 --- a/drivers/media/IR/Makefile +++ b/drivers/media/IR/Makefile @@ -1,4 +1,4 @@ -ir-common-objs := ir-functions.o ir-keymaps.o +ir-common-objs := ir-functions.o ir-core-objs := ir-keytable.o ir-sysfs.o ir-raw-event.o rc-map.o obj-y += keymaps/ |