Makefile 240 B

1234567
  1. #
  2. # Samsung thermal specific Makefile
  3. #
  4. obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o
  5. 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