aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile5
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
40obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o 40obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o
41obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o 41obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o
42obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o 42obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o
43obj-$(CONFIG_REGULATOR_TPS65217) += tps65217-regulator.o
43obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o 44obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o
44obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o 45obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o
45obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o 46obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o
46obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o 47obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o
47obj-$(CONFIG_REGULATOR_AB8500) += ab8500.o 48obj-$(CONFIG_REGULATOR_AB8500) += ab8500.o
49obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o
48obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o 50obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o
49obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o 51obj-$(CONFIG_REGULATOR_TPS65910) += tps65910-regulator.o
52obj-$(CONFIG_REGULATOR_TPS62360) += tps62360-regulator.o
50obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o 53obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o
54obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
55
51 56
52ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG 57ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG