diff options
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 74a4638bd9a6..fc696c50ee56 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -34,5 +34,6 @@ obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o | |||
34 | obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o | 34 | obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o |
35 | obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o | 35 | obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o |
36 | obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o | 36 | obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o |
37 | obj-$(CONFIG_REGULATOR_AB8500) += ab8500.o | ||
37 | 38 | ||
38 | ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG | 39 | ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG |