summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2013-11-27 01:35:47 +0100
committerBenjamin Herrenschmidt2013-11-27 01:35:47 +0100
commit721cb59e9d95eb7f47ec73711ed35ef85e1ea1ca (patch)
tree087699f361bd97de0773c5de845dc9fe00727946 /drivers/macintosh
parentarch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflow (diff)
downloadkernel-qcow2-linux-721cb59e9d95eb7f47ec73711ed35ef85e1ea1ca.tar.gz
kernel-qcow2-linux-721cb59e9d95eb7f47ec73711ed35ef85e1ea1ca.tar.xz
kernel-qcow2-linux-721cb59e9d95eb7f47ec73711ed35ef85e1ea1ca.zip
powerpc/windfarm: Fix XServe G5 fan control Makefile issue
We are missing building windfarm_max6690_sensor.o when building CONFIG_WINDFARM_RM31. Usually all the windfarm drivers are built and thus this isn't a problem but some more "tailored" setups (Gentoo ?) building only that driver are not working because the require sensor module is missing. Reported-by: Stanislav Ponomarev <devhexorg@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/macintosh')
-rw-r--r--drivers/macintosh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/macintosh/Makefile b/drivers/macintosh/Makefile
index 6753b65f8ede..d2f0120bc878 100644
--- a/drivers/macintosh/Makefile
+++ b/drivers/macintosh/Makefile
@@ -40,6 +40,7 @@ obj-$(CONFIG_WINDFARM_RM31) += windfarm_fcu_controls.o \
windfarm_ad7417_sensor.o \
windfarm_lm75_sensor.o \
windfarm_lm87_sensor.o \
+ windfarm_max6690_sensor.o \
windfarm_pid.o \
windfarm_cpufreq_clamp.o \
windfarm_rm31.o