diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-03-31 18:24:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 11:59:22 -0400 |
commit | bb233fdfc7b7cefe45bfa2e8d1b24e79c60a48e5 (patch) | |
tree | b95c8f5b1a26f807755ca18d99b09627e184b33e /drivers/hwmon/Makefile | |
parent | a38da2ed74f628c1f3e907c772be21a66eccab9c (diff) |
lis3: SPI transport layer
Make use of the new abstraction layer and add a new transport layer for
spi. Works fine on a PXA based board.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Acked-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Eric Piel <eric.piel@tremplin-utc.net>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 4da261d16abf..3a6b1f06f8f4 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -52,6 +52,7 @@ obj-$(CONFIG_SENSORS_IBMPEX) += ibmpex.o | |||
52 | obj-$(CONFIG_SENSORS_IT87) += it87.o | 52 | obj-$(CONFIG_SENSORS_IT87) += it87.o |
53 | obj-$(CONFIG_SENSORS_K8TEMP) += k8temp.o | 53 | obj-$(CONFIG_SENSORS_K8TEMP) += k8temp.o |
54 | obj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o hp_accel.o | 54 | obj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o hp_accel.o |
55 | obj-$(CONFIG_SENSORS_LIS3_SPI) += lis3lv02d.o lis3lv02d_spi.o | ||
55 | obj-$(CONFIG_SENSORS_LM63) += lm63.o | 56 | obj-$(CONFIG_SENSORS_LM63) += lm63.o |
56 | obj-$(CONFIG_SENSORS_LM70) += lm70.o | 57 | obj-$(CONFIG_SENSORS_LM70) += lm70.o |
57 | obj-$(CONFIG_SENSORS_LM75) += lm75.o | 58 | obj-$(CONFIG_SENSORS_LM75) += lm75.o |