linux/drivers/thermal/st
Arnd Bergmann 5a78ad6d9c 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: 1d69315560 ("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>
2019-01-02 04:47:16 -08:00
..
Kconfig thermal: add stm32 thermal driver 2018-10-25 10:44:52 -07:00
Makefile thermal: st: fix Makefile typo 2019-01-02 04:47:16 -08:00
st_thermal.c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux 2015-09-11 16:13:47 -07:00
st_thermal.h
st_thermal_memmap.c thermal: Enhance thermal_zone_device_update for events 2016-09-27 14:35:21 +08:00
st_thermal_syscfg.c
stm_thermal.c thermal: add stm32 thermal driver 2018-10-25 10:44:52 -07:00