mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
6ea95b50dd
This is the traditional way of obtaining a device driver's register address space. The aim of this driver is to supply controller specific information to the ST Thermal Core. Signed-off-by: Ajit Pal Singh <ajitpal.singh@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
3 lines
154 B
Makefile
3 lines
154 B
Makefile
obj-$(CONFIG_ST_THERMAL) := st_thermal.o
|
|
obj-$(CONFIG_ST_THERMAL_SYSCFG) += st_thermal_syscfg.o
|
|
obj-$(CONFIG_ST_THERMAL_MEMMAP) += st_thermal_memmap.o
|