diff options
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 503bac87715e..4cbf8c55f8a9 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -40,13 +40,18 @@ obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o | |||
40 | obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o | 40 | obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o |
41 | obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o | 41 | obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o |
42 | obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o | 42 | obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o |
43 | obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o | ||
43 | obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o | 44 | obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o |
44 | obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o | 45 | obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o |
45 | obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o | 46 | obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o |
46 | obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o | 47 | obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o |
47 | obj-$(CONFIG_REGULATOR_AB8500) += ab8500.o | 48 | obj-$(CONFIG_REGULATOR_AB8500) += ab8500.o |
49 | obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o | ||
48 | obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o | 50 | obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o |
49 | obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o | 51 | obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o |
52 | obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o | ||
50 | obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o | 53 | obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o |
54 | obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o | ||
55 | |||
51 | 56 | ||
52 | ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG | 57 | ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG |