aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-06 01:31:28 +0100
committerMark Brown <broonie@linaro.org>2013-08-07 16:32:00 +0100
commitc4a54b8d54218a75b94ab9947449e688869df00d (patch)
tree87a6177a2bf7e79b9d33755572574957f9a514bb /drivers/regulator/Makefile
parentMerge remote-tracking branch 'regulator/topic/linear-range' into regulator-helpers (diff)
downloadlinux-dev-c4a54b8d54218a75b94ab9947449e688869df00d.tar.xz
linux-dev-c4a54b8d54218a75b94ab9947449e688869df00d.zip
regulator: core: Move helpers for drivers out into a separate file
Reduce the size of core.c a bit. Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index ba4a3cf3afec..c6558ce48fbe 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -3,7 +3,7 @@
#
-obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o
+obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o
obj-$(CONFIG_OF) += of_regulator.o
obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o