X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fpower%2Fregulator%2FMakefile;h=7a2e76dc8293b8609ac19d8eb15036bca4cb8fe0;hb=b55c89ce0207d3a504238c1b8f268c56035656a3;hp=6c149a9263473726578f461a9e4070d793e2c3a4;hpb=3efd01895478fc1b46f686d0de959919218fc5af;p=u-boot diff --git a/drivers/power/regulator/Makefile b/drivers/power/regulator/Makefile index 6c149a9263..7a2e76dc82 100644 --- a/drivers/power/regulator/Makefile +++ b/drivers/power/regulator/Makefile @@ -21,3 +21,4 @@ obj-$(CONFIG_$(SPL_)DM_REGULATOR_PALMAS) += palmas_regulator.o obj-$(CONFIG_$(SPL_)DM_REGULATOR_PBIAS) += pbias_regulator.o obj-$(CONFIG_$(SPL_)DM_REGULATOR_LP873X) += lp873x_regulator.o obj-$(CONFIG_$(SPL_)DM_REGULATOR_LP87565) += lp87565_regulator.o +obj-$(CONFIG_DM_REGULATOR_TPS65910) += tps65910_regulator.o