V4L/DVB: ir-common: remove keymap tables from the module
[safe/jmp/linux-2.6] / drivers / media / IR / Makefile
1 ir-common-objs  := ir-functions.o
2 ir-core-objs    := ir-keytable.o ir-sysfs.o ir-raw-event.o rc-map.o
3
4 obj-y += keymaps/
5
6 obj-$(CONFIG_IR_CORE) += ir-core.o
7 obj-$(CONFIG_VIDEO_IR) += ir-common.o
8 obj-$(CONFIG_IR_NEC_DECODER) += ir-nec-decoder.o