diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-11-09 23:44:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 08:16:37 -0200 |
commit | 631493ecacd81f1af74de459c1d16f7ffa6c82c0 (patch) | |
tree | 646a1fc62e8bb6e581d6583c94a5668a43d9a5f2 /drivers/media/rc/Makefile | |
parent | bc2a6c5719efd74ce841ad0f0c9b6ea2590da6da (diff) |
[media] rc-core: merge rc-map.c into rc-main.c
With this change, all rc-core functions are into just one file, except
for the rc-raw specific functions.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Makefile')
-rw-r--r-- | drivers/media/rc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile index 5a1112cfe8e..1eb24e6bc55 100644 --- a/drivers/media/rc/Makefile +++ b/drivers/media/rc/Makefile @@ -1,5 +1,5 @@ ir-common-objs := ir-functions.o -rc-core-objs := rc-main.o rc-raw.o rc-map.o +rc-core-objs := rc-main.o rc-raw.o obj-y += keymaps/ |