diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-11-09 21:09:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:36 -0500 |
commit | f62de675f796a992011c598c405a3d6fada9aa20 (patch) | |
tree | 4be45d3663393a8f783d1fa8116bfca8ad645376 /drivers/media/rc/Makefile | |
parent | 32cf86f6d16367db5a10039c1dd938a2427d697c (diff) |
[media] Rename rc-core files from ir- to rc-
As protocol decoders are specific to InfraRed, keep their names as-is.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Makefile')
-rw-r--r-- | drivers/media/rc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile index 38873cff3429..479a8f4c3a9e 100644 --- a/drivers/media/rc/Makefile +++ b/drivers/media/rc/Makefile | |||
@@ -1,9 +1,9 @@ | |||
1 | ir-common-objs := ir-functions.o | 1 | ir-common-objs := ir-functions.o |
2 | ir-core-objs := ir-keytable.o ir-sysfs.o ir-raw-event.o rc-map.o | 2 | rc-core-objs := rc-main.o rc-sysfs.o rc-raw.o rc-map.o |
3 | 3 | ||
4 | obj-y += keymaps/ | 4 | obj-y += keymaps/ |
5 | 5 | ||
6 | obj-$(CONFIG_IR_CORE) += ir-core.o | 6 | obj-$(CONFIG_IR_CORE) += rc-core.o |
7 | obj-$(CONFIG_IR_LEGACY) += ir-common.o | 7 | obj-$(CONFIG_IR_LEGACY) += ir-common.o |
8 | obj-$(CONFIG_LIRC) += lirc_dev.o | 8 | obj-$(CONFIG_LIRC) += lirc_dev.o |
9 | obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o | 9 | obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o |