commit | 721cb59e9d95eb7f47ec73711ed35ef85e1ea1ca | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Nov 27 11:35:47 2013 +1100 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Nov 27 11:35:47 2013 +1100 |
tree | 087699f361bd97de0773c5de845dc9fe00727946 | |
parent | e0513d9ea8dd2a7b21b699ada8d59d8afbb8b5b7 [diff] |
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>