aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/irda/Makefile')
-rw-r--r--drivers/irda/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/irda/Makefile b/drivers/irda/Makefile
index 24bfbc8..3a53ea6 100644
--- a/drivers/irda/Makefile
+++ b/drivers/irda/Makefile
@@ -1,5 +1,6 @@
#
-# makefile for accessory
+# makefile for IR remote control
#
-obj-y += ir_remote_con.o
+obj-$(CONFIG_IR_REMOCON_GPIO) += ir_remote_con_gpio.o
+obj-$(CONFIG_IR_REMOCON_MC96) += ir_remote_con_mc96.o