Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
drivers/macintosh/Makefile
··· 40 40 windfarm_ad7417_sensor.o \ 41 41 windfarm_lm75_sensor.o \ 42 42 windfarm_lm87_sensor.o \ 43 + windfarm_max6690_sensor.o \ 43 44 windfarm_pid.o \ 44 45 windfarm_cpufreq_clamp.o \ 45 46 windfarm_rm31.o