summaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index 093ebb07e..2d1f45599 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -346,6 +346,16 @@ else
endif
endif
+ifeq ($(CONFIG_I2C_PARPORT),y)
+L_OBJS += i2c-parport.o
+L_I2C = y
+else
+ ifeq ($(CONFIG_I2C_PARPORT),m)
+ M_OBJS += i2c-parport.o
+ M_I2C = y
+ endif
+endif
+
ifeq ($(CONFIG_VIDEO_BWQCAM),y)
L_OBJS += bw-qcam.o
else