blob: 6227d4fbec08509cd762eefa015fcaf1db24cd08 (
plain) (
tree)
|
|
#
# 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
|