summaryrefslogblamecommitdiffstats
path: root/drivers/thermal/Makefile
blob: e5f79747fa943bd480cb9ec2bf3b30fc0c8c2004 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                   
                                                
                                                        

                                                          
                                                           
                                                       
                                                      
                                                       
#
# Makefile for sensor chip drivers.
#

obj-$(CONFIG_THERMAL)		+= thermal_sys.o
obj-$(CONFIG_CPU_THERMAL)		+= cpu_cooling.o
obj-$(CONFIG_SPEAR_THERMAL)		+= spear_thermal.o
obj-$(CONFIG_RCAR_THERMAL)	+= rcar_thermal.o
obj-$(CONFIG_EXYNOS_THERMAL)		+= exynos_thermal.o
obj-$(CONFIG_FAIR_SHARE)		+= fair_share.o
obj-$(CONFIG_STEP_WISE)			+= step_wise.o
obj-$(CONFIG_USER_SPACE)		+= user_space.o