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/udp_fan_ctrl/

ifeq ($(CONFIG_PC_FAN_DEBUG),y)
obj-y					+= udp_fan_dev.o
obj-y					+= udp_fan_pwm_sys.o
endif