]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/i2c/chips/Makefile
i2c/chips: Move max6875 to drivers/misc/eeprom
[net-next-2.6.git] / drivers / i2c / chips / Makefile
CommitLineData
1da177e4 1#
ad2f931d 2# Makefile for miscellaneous I2C chip drivers.
1da177e4 3#
02cf6172
WS
4# Do not add new drivers to this directory! It is DEPRECATED.
5#
3d706d95
JD
6# 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#
1da177e4 12
5162b75b 13obj-$(CONFIG_DS1682) += ds1682.o
69dd204b 14obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o
1da177e4 15obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
5864ae03 16obj-$(CONFIG_PCF8575) += pcf8575.o
a92c344d 17obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o
1da177e4
LT
18
19ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
20EXTRA_CFLAGS += -DDEBUG
21endif
22