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 0b5e88c2b8d7..e43b8524871e 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -18,6 +18,7 @@ obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o | |||
18 | obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o | 18 | obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o |
19 | obj-$(CONFIG_REGULATOR_MAX8925) += max8925-regulator.o | 19 | obj-$(CONFIG_REGULATOR_MAX8925) += max8925-regulator.o |
20 | obj-$(CONFIG_REGULATOR_MAX8952) += max8952.o | 20 | obj-$(CONFIG_REGULATOR_MAX8952) += max8952.o |
21 | obj-$(CONFIG_REGULATOR_MAX8997) += max8997.o | ||
21 | obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o | 22 | obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o |
22 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o | 23 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o |
23 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o | 24 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o |