diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-10-26 15:29:40 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-10-26 15:29:40 +0200 |
commit | 9628d859750e1b0b1181ed96c64d341f1d5b6cee (patch) | |
tree | 0a6a48608ed45ab68f1a56f80f392db4746a7e18 /drivers/hwmon/Makefile | |
parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 (diff) | |
parent | 790440bc90fa800ff2a4b8b5046227a2ca32c1b1 (diff) |
Merge branch 'vexpress-drivers' of git://git.linaro.org/people/pawelmoll/linux into next/drivers
Versatile Express changes from Pawel Moll <pawel.moll@arm.com>:
* 'vexpress-drivers' of git://git.linaro.org/people/pawelmoll/linux:
ARM: vexpress: Reset driver
hwmon: Versatile Express hwmon driver
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 8d5fcb5e8e9..aac8b7c619d 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -121,6 +121,7 @@ obj-$(CONFIG_SENSORS_TMP102) += tmp102.o obj-$(CONFIG_SENSORS_TMP401) += tmp401.o obj-$(CONFIG_SENSORS_TMP421) += tmp421.o obj-$(CONFIG_SENSORS_TWL4030_MADC)+= twl4030-madc-hwmon.o +obj-$(CONFIG_SENSORS_VEXPRESS) += vexpress.o obj-$(CONFIG_SENSORS_VIA_CPUTEMP)+= via-cputemp.o obj-$(CONFIG_SENSORS_VIA686A) += via686a.o obj-$(CONFIG_SENSORS_VT1211) += vt1211.o |