summaryrefslogtreecommitdiff
path: root/drivers/devfreq/Makefile
diff options
context:
space:
mode:
authorAbhilash Kesavan <a.kesavan@samsung.com>2013-10-23 21:01:44 +0900
committerJonghwa Lee <jonghwa3.lee@samsung.com>2014-05-15 18:59:10 +0900
commitf9ff91633ca10dc9de3218291d6728915871b452 (patch)
tree037cb1edeb0379960e1acc7838ab16a8a15c9b80 /drivers/devfreq/Makefile
parent385508d3fa7f3138860ac06450e8d8be4aeffd13 (diff)
downloadlinux-3.10-f9ff91633ca10dc9de3218291d6728915871b452.tar.gz
linux-3.10-f9ff91633ca10dc9de3218291d6728915871b452.tar.bz2
linux-3.10-f9ff91633ca10dc9de3218291d6728915871b452.zip
PM / devfreq: Move exynos4 devfreq driver into a new sub-directory
In anticipation of the new exynos5 devfreq and ppmu driver, create an exynos sub-directory. Move the existing exynos4 devfreq driver into the same. Change-Id: I4734de3aa1da881996c580145cdc2f78d8df2553 Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'drivers/devfreq/Makefile')
-rw-r--r--drivers/devfreq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/Makefile b/drivers/devfreq/Makefile
index 8c464234f7e..3bc1fef56f4 100644
--- a/drivers/devfreq/Makefile
+++ b/drivers/devfreq/Makefile
@@ -5,4 +5,4 @@ obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE) += governor_powersave.o
obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o
# DEVFREQ Drivers
-obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos4_bus.o
+obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos/