summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/drivers/i2c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/drivers/i2c/Makefile')
-rw-r--r--ANDROID_3.4.5/drivers/i2c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/i2c/Makefile b/ANDROID_3.4.5/drivers/i2c/Makefile
index beee6b2d..38b383c4 100644
--- a/ANDROID_3.4.5/drivers/i2c/Makefile
+++ b/ANDROID_3.4.5/drivers/i2c/Makefile
@@ -7,6 +7,7 @@ obj-$(CONFIG_I2C) += i2c-core.o
obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
obj-$(CONFIG_I2C_MUX) += i2c-mux.o
+obj-$(CONFIG_I2C_API) += i2c-api.o
obj-y += algos/ busses/ muxes/
ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG