diff options
author | BGardner@Wabtec.com <BGardner@Wabtec.com> | 2005-06-03 13:03:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-22 00:52:05 -0400 |
commit | c3bc4caedd84ad03360cb9ec04b6c44ab314588b (patch) | |
tree | 5ae34e8b136d2584be6d30f9203c7dba49f27663 /drivers/i2c/chips/Makefile | |
parent | 20ad93d4e5cf5f0616198b5919ee9f304119dd4b (diff) |
[PATCH] max6875: new i2c device driver
This patch adds support for the MAX6875/MAX6874 chips.
Signed-off-by: Ben Gardner <bgardner@wabtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Makefile')
-rw-r--r-- | drivers/i2c/chips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index 5054ba5e470d..8eed2381da68 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile | |||
@@ -32,6 +32,7 @@ obj-$(CONFIG_SENSORS_LM87) += lm87.o | |||
32 | obj-$(CONFIG_SENSORS_LM90) += lm90.o | 32 | obj-$(CONFIG_SENSORS_LM90) += lm90.o |
33 | obj-$(CONFIG_SENSORS_LM92) += lm92.o | 33 | obj-$(CONFIG_SENSORS_LM92) += lm92.o |
34 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o | 34 | obj-$(CONFIG_SENSORS_MAX1619) += max1619.o |
35 | obj-$(CONFIG_SENSORS_MAX6875) += max6875.o | ||
35 | obj-$(CONFIG_SENSORS_M41T00) += m41t00.o | 36 | obj-$(CONFIG_SENSORS_M41T00) += m41t00.o |
36 | obj-$(CONFIG_SENSORS_PC87360) += pc87360.o | 37 | obj-$(CONFIG_SENSORS_PC87360) += pc87360.o |
37 | obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o | 38 | obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o |