diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-06 01:31:28 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-07 16:32:00 +0100 |
commit | c4a54b8d54218a75b94ab9947449e688869df00d (patch) | |
tree | 87a6177a2bf7e79b9d33755572574957f9a514bb /drivers/regulator/Makefile | |
parent | eca2a654b8e9b45680f75f77b716b483f1ecffce (diff) |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index ba4a3cf3afe..c6558ce48fb 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 |