blob: fd9369aeb96f2704c7d8819d5da80159e99fab59 (
plain) (
blame)
1
2
3
4
5
6
7
|
#
# Makefile for sensor chip drivers.
#
obj-$(CONFIG_THERMAL) += thermal_sys.o
obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o
|