Files
kernel-tenderloin-3.0/drivers/thermal/Makefile
Bryan Huntsman 3f2bc4d6eb Initial Contribution
msm-2.6.38: tag AU_LINUX_ANDROID_GINGERBREAD.02.03.04.00.142

Signed-off-by: Bryan Huntsman <bryanh@codeaurora.org>
2011-10-03 09:57:10 -07:00

11 lines
312 B
Makefile

#
# Makefile for sensor chip drivers.
#
obj-$(CONFIG_THERMAL) += thermal_sys.o
obj-$(CONFIG_THERMAL_PM8901) += pmic8901-tm.o
obj-$(CONFIG_THERMAL_PM8058) += pmic8058-tm.o
obj-$(CONFIG_THERMAL_MSM_POPMEM) += msm_popmem-tm.o
obj-$(CONFIG_THERMAL_TSENS) += msm_tsens.o
obj-$(CONFIG_THERMAL_PM8XXX) += pm8xxx-tm.o