aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/chips/Makefile
diff options
context:
space:
mode:
authormokopatches <mokopatches@openmoko.org>2008-11-19 17:03:14 +0000
committerwarmcat <andy@warmcat.com>2008-11-19 17:03:14 +0000
commit3cc35ccda59077ca36958940084878e20b90aa13 (patch)
treeb2de1c6b9ecd8fbbdb7fe150f04da73b1e627bdc /drivers/i2c/chips/Makefile
parent4cf0b6e7a59045ce9ca0b653910fc6fce1167d9a (diff)
pcf50633.patch
Diffstat (limited to 'drivers/i2c/chips/Makefile')
-rw-r--r--drivers/i2c/chips/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile
index c1f26ae6de6..6b66d06cb95 100644
--- a/drivers/i2c/chips/Makefile
+++ b/drivers/i2c/chips/Makefile
@@ -16,6 +16,7 @@ obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
obj-$(CONFIG_SENSORS_MAX6875) += max6875.o
obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o
obj-$(CONFIG_SENSORS_PCF50606) += pcf50606.o
+obj-$(CONFIG_SENSORS_PCF50633) += pcf50633.o
obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
obj-$(CONFIG_PCF8575) += pcf8575.o
obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o