blob: 6227d4fbec08509cd762eefa015fcaf1db24cd08 (
plain)
1
2
3
4
5
6
|
#
# Samsung thermal specific Makefile
#
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_soc_thermal.o
exynos_soc_thermal-y := exynos_thermal.o
exynos_soc_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o
|