diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 14:50:09 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 14:50:09 +0200 |
commit | 724d054490883fed2d7e5fc716dffa7675476740 (patch) | |
tree | 5f090f26956bdac7ed91cc05acecffdd876675f5 /drivers/regulator/Makefile | |
parent | Merge remote-tracking branch 'regulator/topic/fan53555' into regulator-next (diff) | |
parent | regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.c (diff) | |
download | linux-724d054490883fed2d7e5fc716dffa7675476740.tar.xz linux-724d054490883fed2d7e5fc716dffa7675476740.zip |
Merge remote-tracking branch 'regulator/topic/helpers' into regulator-next
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 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 |