android_kernel_samsung_hero.../drivers/thermal/samsung/Makefile
2016-08-17 16:41:52 +08:00

7 lines
240 B
Makefile

#
# Samsung thermal specific Makefile
#
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
exynos_thermal-y := exynos_tmu.o
exynos_thermal-y += exynos_tmu_data.o
exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o