]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/Makefile
[PATCH] kill libata scsi_wait_req usage (make libata compile with scsi-misc changes)
[linux-2.6-omap-h63xx.git] / drivers / i2c / Makefile
index cd170395a8c7ced66695536007f0684e2cf4201d..71c5a854ac5d646d31e03ad511ea5ceb00ef8af8 100644 (file)
@@ -4,12 +4,8 @@
 
 obj-$(CONFIG_I2C)              += i2c-core.o
 obj-$(CONFIG_I2C_CHARDEV)      += i2c-dev.o
-obj-$(CONFIG_I2C_SENSOR)       += i2c-sensor.o
 obj-y                          += busses/ chips/ algos/
 
-i2c-sensor-objs := i2c-sensor-detect.o i2c-sensor-vid.o
-
-
 ifeq ($(CONFIG_I2C_DEBUG_CORE),y)
 EXTRA_CFLAGS += -DDEBUG
 endif