diff options
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 4e53c00fe89d..e5f79747fa94 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile | |||
@@ -9,3 +9,4 @@ obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o | |||
9 | obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o | 9 | obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o |
10 | obj-$(CONFIG_FAIR_SHARE) += fair_share.o | 10 | obj-$(CONFIG_FAIR_SHARE) += fair_share.o |
11 | obj-$(CONFIG_STEP_WISE) += step_wise.o | 11 | obj-$(CONFIG_STEP_WISE) += step_wise.o |
12 | obj-$(CONFIG_USER_SPACE) += user_space.o | ||