summaryrefslogtreecommitdiff
path: root/Makefile (plain)
blob: bf7d2f19f02b87dbfa03411f73d363e09e381236
1#
2#Makefile for the thermal dirver
3#
4obj-$(CONFIG_AMLOGIC_THERMAL)+= aml_thermal.o
5
6aml_thermal-objs =
7aml_thermal-objs += amlogic_thermal.o
8aml_thermal-objs += amlogic_thermal_module.o
9
10
11
12