Amit Daniel Kachhap | c682137 | 2013-06-24 16:20:22 +0530 | [diff] [blame] | 1 | # |
2 | # Samsung thermal specific Makefile | ||||
3 | # | ||||
Amit Daniel Kachhap | 59dfa54 | 2013-06-24 16:20:26 +0530 | [diff] [blame] | 4 | obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o |
5 | exynos_thermal-y := exynos_tmu.o | ||||
Amit Daniel Kachhap | e6b7991 | 2013-06-24 16:20:28 +0530 | [diff] [blame] | 6 | exynos_thermal-y += exynos_tmu_data.o |
Amit Daniel Kachhap | 59dfa54 | 2013-06-24 16:20:26 +0530 | [diff] [blame] | 7 | exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE) += exynos_thermal_common.o |