diff options
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 768b3316d6eb..4257a8683778 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -23,4 +23,7 @@ obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o | |||
23 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783.o | 23 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783.o |
24 | obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o | 24 | obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o |
25 | 25 | ||
26 | obj-$(CONFIG_REGULATOR_TPS65023) += tps65023-regulator.o | ||
27 | obj-$(CONFIG_REGULATOR_TPS6507X) += tps6507x-regulator.o | ||
28 | |||
26 | ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG | 29 | ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG |