8 lines
240 B
Makefile
8 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
|