Skip to content

Commit

Permalink
fixup Intellithermal to compile inline
Browse files Browse the repository at this point in the history
  • Loading branch information
CaelestisZ committed May 25, 2020
1 parent bda9e77 commit aaac6a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ obj-$(CONFIG_DB8500_THERMAL) += db8500_thermal.o
obj-$(CONFIG_ARMADA_THERMAL) += armada_thermal.o
obj-$(CONFIG_DB8500_CPUFREQ_COOLING) += db8500_cpufreq_cooling.o
obj-$(CONFIG_INTEL_POWERCLAMP) += intel_powerclamp.o
obj-$(CONFIG_INTELLI_THERMAL) += intelli/msm_thermal.o
obj-$(CONFIG_INTELLI_THERMAL) += intelli/
obj-$(CONFIG_THERMAL_TSENS8974) += msm8974-tsens.o
obj-$(CONFIG_THERMAL_QPNP) += qpnp-temp-alarm.o
obj-$(CONFIG_THERMAL_QPNP_ADC_TM) += qpnp-adc-tm.o
Expand Down
5 changes: 5 additions & 0 deletions drivers/thermal/intelli/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Makefile for intelli_thermal
#

obj-$(CONFIG_INTELLI_THERMAL) += msm_thermal.o

0 comments on commit aaac6a6

Please sign in to comment.