From 31d229e2e9d978c618d242acfb3f30752dd48aff Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Tue, 17 Jan 2006 20:05:21 +0000 Subject: IR keymaps are exported by the ir-common module now From: Ricardo Cerqueira Moved keymaps to the ir-common module, and export them from there, instead of #including them in each module Signed-off-by: Ricardo Cerqueira --- linux/drivers/media/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drivers/media/common/Makefile') 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 -- cgit v1.2.3