2008-01-17 15:51:08 +08:00
|
|
|
#
|
|
|
|
# Makefile for sensor chip drivers.
|
|
|
|
#
|
|
|
|
|
2008-04-21 16:07:13 +08:00
|
|
|
obj-$(CONFIG_THERMAL) += thermal_sys.o
|
2012-07-21 10:53:48 +10:00
|
|
|
obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
|
|
|
|
obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
|