blob: 9bb0342b77f46c0f0b78cedfa0aa5ca1b3e0e4c4 (
plain) (
blame)
1
2
3
4
|
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_ST_THERMAL) := st_thermal.o
obj-$(CONFIG_ST_THERMAL_MEMMAP) += st_thermal_memmap.o
obj-$(CONFIG_STM32_THERMAL) += stm_thermal.o
|