aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/IR/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/IR/Makefile')
-rw-r--r--drivers/media/IR/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/IR/Makefile b/drivers/media/IR/Makefile
new file mode 100644
index 00000000000..df5ddb4bbbf
--- /dev/null
+++ b/drivers/media/IR/Makefile
@@ -0,0 +1,5 @@
+ir-common-objs := ir-functions.o ir-keymaps.o
+ir-core-objs := ir-keytable.o
+
+obj-$(CONFIG_IR_CORE) += ir-core.o
+obj-$(CONFIG_VIDEO_IR) += ir-common.o