diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-10-28 14:31:50 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-28 14:31:50 -0400 |
commit | bd5f47ec961594b1091839333600008f8166fd00 (patch) | |
tree | aa4296edffd81e2976d20d3ea30ea18108b2a4de /drivers/hwmon/Makefile | |
parent | 6dfee85397a47063291fe199eaf950bee7944454 (diff) |
Move ams driver to macintosh
The ams driver isn't a hardware monitoring driver, so it shouldn't
live under driver/hwmon. drivers/macintosh seems much more
appropriate, as the driver is only useful on PowerBooks and iBooks.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Guenter Roeck <guenter.roeck@ericsson.com>
Cc: Stelian Pop <stelian@popies.net>
Cc: Michael Hanselmann <linux-kernel@hansmi.ch>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 641b8b349a3d..2479b3da272c 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile | |||
@@ -36,7 +36,6 @@ obj-$(CONFIG_SENSORS_ADT7462) += adt7462.o | |||
36 | obj-$(CONFIG_SENSORS_ADT7470) += adt7470.o | 36 | obj-$(CONFIG_SENSORS_ADT7470) += adt7470.o |
37 | obj-$(CONFIG_SENSORS_ADT7475) += adt7475.o | 37 | obj-$(CONFIG_SENSORS_ADT7475) += adt7475.o |
38 | obj-$(CONFIG_SENSORS_APPLESMC) += applesmc.o | 38 | obj-$(CONFIG_SENSORS_APPLESMC) += applesmc.o |
39 | obj-$(CONFIG_SENSORS_AMS) += ams/ | ||
40 | obj-$(CONFIG_SENSORS_ASC7621) += asc7621.o | 39 | obj-$(CONFIG_SENSORS_ASC7621) += asc7621.o |
41 | obj-$(CONFIG_SENSORS_ATXP1) += atxp1.o | 40 | obj-$(CONFIG_SENSORS_ATXP1) += atxp1.o |
42 | obj-$(CONFIG_SENSORS_CORETEMP) += coretemp.o | 41 | obj-$(CONFIG_SENSORS_CORETEMP) += coretemp.o |