To ensure the init sequences of each drivers,
gpu_cooling and isp_cooling's build sequence modified
Change-Id: I920d123f3574963fd99d0c86c76c42f2477c5086
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
# devfreq cooling
thermal_sys-$(CONFIG_DEVFREQ_THERMAL) += devfreq_cooling.o
-thermal_sys-$(CONFIG_GPU_THERMAL) += gpu_cooling.o
-
-thermal_sys-$(CONFIG_ISP_THERMAL) += isp_cooling.o
-
# platform thermal drivers
obj-y += broadcom/
obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o
obj-$(CONFIG_GENERIC_ADC_THERMAL) += thermal-generic-adc.o
obj-$(CONFIG_ZX2967_THERMAL) += zx2967_thermal.o
obj-$(CONFIG_UNIPHIER_THERMAL) += uniphier_thermal.o
+
+obj-$(CONFIG_GPU_THERMAL) += gpu_cooling.o
+obj-$(CONFIG_ISP_THERMAL) += isp_cooling.o