6 lines
143 B
Makefile
6 lines
143 B
Makefile
|
#
|
||
|
# Samsung thermal specific Makefile
|
||
|
#
|
||
|
obj-$(CONFIG_EXYNOS_THERMAL) += exynos_tmu.o
|
||
|
obj-$(CONFIG_EXYNOS_ACPM_THERMAL) += exynos_acpm_tmu.o
|