ccflags-y += -Wextra -Wdate-time -Wfloat-equal -Wshadow -Wformat=2
ccflags-y += -I$(srctree)/drivers/thermal \
	     -I$(srctree)/platform_source/cee/drivers/thermal_platform \
	     -I$(srctree)/platform_source/cee/drivers/thermal_platform/smart_thermal
 
obj-$(CONFIG_THERMAL_HOTPLUG)		+= hotplug_thermal_gov.o
obj-$(CONFIG_THERMAL_HOTPLUG)		+= hotplug_thermal_cpu.o
obj-$(CONFIG_THERMAL_GPU_HOTPLUG)	+= hotplug_thermal_gpu.o
obj-$(CONFIG_THERMAL_NPU_HOTPLUG)	+= hotplug_thermal_npu.o
obj-$(CONFIG_THERMAL_ISP_HOTPLUG)	+= hotplug_thermal_isp.o
