diff options
author | Ricardo Cerqueira <devnull@localhost> | 2006-01-17 20:05:21 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2006-01-17 20:05:21 +0000 |
commit | 31d229e2e9d978c618d242acfb3f30752dd48aff (patch) | |
tree | a8008c46469cabc38b68376e07959f5ad688b88c /linux/drivers/media/common/Makefile | |
parent | af22d7018442eb8de3392666a26483e76507dee8 (diff) | |
download | mediapointer-dvb-s2-31d229e2e9d978c618d242acfb3f30752dd48aff.tar.gz mediapointer-dvb-s2-31d229e2e9d978c618d242acfb3f30752dd48aff.tar.bz2 |
IR keymaps are exported by the ir-common module now
From: Ricardo Cerqueira <v4l@cerqueira.org>
Moved keymaps to the ir-common module, and export them from there, instead
of #including them in each module
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Diffstat (limited to 'linux/drivers/media/common/Makefile')
-rw-r--r-- | linux/drivers/media/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/common/Makefile b/linux/drivers/media/common/Makefile index bd458cb9b..61b89617a 100644 --- a/linux/drivers/media/common/Makefile +++ b/linux/drivers/media/common/Makefile @@ -1,5 +1,6 @@ saa7146-objs := saa7146_i2c.o saa7146_core.o saa7146_vv-objs := saa7146_vv_ksyms.o saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o +ir-common-objs := ir-functions.o ir-keymaps.o obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o |