Makefile 240 字节
Newer Older
1 2 3
#
# Samsung thermal specific Makefile
#
4 5
obj-$(CONFIG_EXYNOS_THERMAL)			+= exynos_thermal.o
exynos_thermal-y				:= exynos_tmu.o
6
exynos_thermal-y				+= exynos_tmu_data.o
7
exynos_thermal-$(CONFIG_EXYNOS_THERMAL_CORE)	+= exynos_thermal_common.o