blob: 083d4ec515e0ef1b5090e44f09dd1335ee7d19bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
ccflags-y += -I$(srctree.nvidia)/include
ccflags-y += -I$(srctree.nvidia)/drivers/thermal
ccflags-y += -I$(srctree)/drivers/thermal
thermal_sys-$(CONFIG_THERMAL_GOV_CONTINUOUS) += continuous_thermal_gov.o
obj-$(CONFIG_NV_TEGRA_BPMP) += tegra_bpmp_thermal.o
obj-$(CONFIG_TEGRA_THERMAL_THROTTLE) += tegra_throttle.o
obj-$(CONFIG_TEGRA_THERMAL_THROTTLE) += tegra_thermal_throttle.o
obj-$(CONFIG_PWM_FAN) += pwm_fan.o
obj-$(CONFIG_TEGRA_THERMAL_THROTTLE) += tegra_oc_event.o
# userspace cooling
obj-$(CONFIG_USERSPACE_THERM_ALERT) += userspace_alert.o
thermal_sys-$(CONFIG_THERMAL_GOV_PID) += pid_thermal_gov.o
|