diff options
author | Adrien Demarez <adrien.demarez@bolloretelecom.eu> | 2009-12-09 14:35:50 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-12-09 14:35:50 -0500 |
commit | 4e233cbed249ea94d989b8be08eac0414dbdc44b (patch) | |
tree | b982bec479da48c41493af65b603e1c2e727e42a /drivers/hwmon/Makefile | |
parent | b72656dbc491484765776a16eeb55ef2e90efea6 (diff) |
hwmon: New driver for the National Semiconductor LM73
The National Semiconductor LM73 is a single temperature sensor, much
like the famous LM75.
Signed-off-by: Adrien Demarez <adrien.demarez@bolloretelecom.eu>
Signed-off-by: Jean Delvare <khali@linux-fr.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 9f46cb019cc6..a24a52d12dc5 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -57,6 +57,7 @@ obj-$(CONFIG_SENSORS_LIS3LV02D) += lis3lv02d.o hp_accel.o | |||
57 | obj-$(CONFIG_SENSORS_LIS3_SPI) += lis3lv02d.o lis3lv02d_spi.o | 57 | obj-$(CONFIG_SENSORS_LIS3_SPI) += lis3lv02d.o lis3lv02d_spi.o |
58 | obj-$(CONFIG_SENSORS_LM63) += lm63.o | 58 | obj-$(CONFIG_SENSORS_LM63) += lm63.o |
59 | obj-$(CONFIG_SENSORS_LM70) += lm70.o | 59 | obj-$(CONFIG_SENSORS_LM70) += lm70.o |
60 | obj-$(CONFIG_SENSORS_LM73) += lm73.o | ||
60 | obj-$(CONFIG_SENSORS_LM75) += lm75.o | 61 | obj-$(CONFIG_SENSORS_LM75) += lm75.o |
61 | obj-$(CONFIG_SENSORS_LM77) += lm77.o | 62 | obj-$(CONFIG_SENSORS_LM77) += lm77.o |
62 | obj-$(CONFIG_SENSORS_LM78) += lm78.o | 63 | obj-$(CONFIG_SENSORS_LM78) += lm78.o |