diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-12-10 22:57:27 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2019-01-02 13:47:16 +0100 |
commit | 5a78ad6d9c1b2c3c3226528346e9794ed3504381 (patch) | |
tree | 63e19760a34be8fc4ae2d6cd0f14c283a3924c7b /drivers/thermal/armada_thermal.c | |
parent | thermal: uniphier: Convert to SPDX identifier (diff) | |
download | linux-5a78ad6d9c1b2c3c3226528346e9794ed3504381.tar.xz linux-5a78ad6d9c1b2c3c3226528346e9794ed3504381.zip |
thermal: st: fix Makefile typo
When STM32_THERMAL is enabled, this overrides all previously
enabled files in the same directory, as seen from this link failure:
ERROR: "st_thermal_pm_ops" [drivers/thermal/st/st_thermal_syscfg.ko] undefined!
ERROR: "st_thermal_register" [drivers/thermal/st/st_thermal_syscfg.ko] undefined!
ERROR: "st_thermal_unregister" [drivers/thermal/st/st_thermal_syscfg.ko] undefined!
The correct syntax in Makefile requires using += instead of :=.
Fixes: 1d6931556073 ("thermal: add stm32 thermal driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'drivers/thermal/armada_thermal.c')
0 files changed, 0 insertions, 0 deletions