blob: f4680d16ee341fee40cb6d1c3f615ee8a259eb54 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
Jean Delvaread2f9312005-07-02 18:15:49 +02002# Makefile for miscellaneous I2C chip drivers.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003#
Wolfram Sang02cf6172008-10-22 20:21:33 +02004# Do not add new drivers to this directory! It is DEPRECATED.
5#
Jean Delvare3d706d92008-03-12 14:15:00 +01006# Device drivers are better grouped according to the functionality they
7# implement rather than to the bus they are connected to. In particular:
8# * Hardware monitoring chip drivers go to drivers/hwmon
9# * RTC chip drivers go to drivers/rtc
10# * I/O expander drivers go to drivers/gpio
11#
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
Grant Likely5162b752007-07-12 14:12:29 +020013obj-$(CONFIG_DS1682) += ds1682.o
bgardner@wabtec.com69dd2042005-06-07 08:55:38 -050014obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070015obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
Bart Van Assche5864ae02008-01-27 18:14:45 +010016obj-$(CONFIG_PCF8575) += pcf8575.o
Rodolfo Giomettia92c3442007-07-12 14:12:30 +020017obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
19ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
20EXTRA_CFLAGS += -DDEBUG
21endif
22