aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-01 13:50:09 +0100
committerMark Brown <broonie@linaro.org>2013-09-01 13:50:09 +0100
commit724d054490883fed2d7e5fc716dffa7675476740 (patch)
tree5f090f26956bdac7ed91cc05acecffdd876675f5 /drivers/regulator/Makefile
parent446b4665e323a755d5c5390da324134645a809fb (diff)
parentd295f7670127eb241d81e96e003b380c77c2b254 (diff)
Merge remote-tracking branch 'regulator/topic/helpers' into regulator-next
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 40cbb1b35c1d..90c31e74ca28 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