aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/chips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/chips/Makefile')
-rw-r--r--drivers/i2c/chips/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile
index 2281435fc4c3..5054ba5e470d 100644
--- a/drivers/i2c/chips/Makefile
+++ b/drivers/i2c/chips/Makefile
@@ -1,5 +1,5 @@
1# 1#
2# Makefile for the kernel hardware sensors chip drivers. 2# Makefile for sensor and "other" I2C chip drivers.
3# 3#
4 4
5# asb100, then w83781d go first, as they can override other drivers' addresses. 5# asb100, then w83781d go first, as they can override other drivers' addresses.
@@ -43,7 +43,9 @@ obj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o
43obj-$(CONFIG_SENSORS_VIA686A) += via686a.o 43obj-$(CONFIG_SENSORS_VIA686A) += via686a.o
44obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o 44obj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o
45obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o 45obj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o
46
46obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o 47obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
48obj-$(CONFIG_TPS65010) += tps65010.o
47 49
48ifeq ($(CONFIG_I2C_DEBUG_CHIP),y) 50ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
49EXTRA_CFLAGS += -DDEBUG 51EXTRA_CFLAGS += -DDEBUG