git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
8 lines
373 B
Makefile
8 lines
373 B
Makefile
obj-$(CONFIG_INT340X_THERMAL) += int3400_thermal.o
|
|
obj-$(CONFIG_INT340X_THERMAL) += int340x_thermal_zone.o
|
|
obj-$(CONFIG_INT340X_THERMAL) += int3402_thermal.o
|
|
obj-$(CONFIG_INT340X_THERMAL) += int3403_thermal.o
|
|
obj-$(CONFIG_INT340X_THERMAL) += processor_thermal_device.o
|
|
obj-$(CONFIG_INT3406_THERMAL) += int3406_thermal.o
|
|
obj-$(CONFIG_ACPI_THERMAL_REL) += acpi_thermal_rel.o
|