]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/power/Makefile
Unified codebase for TX28, TX48, TX51, TX53
[karo-tx-uboot.git] / drivers / power / Makefile
index ead00f8dae6a3b0ac9fdbf2efc938faf1d0ac2b0..6bf388cb7d59036fd2922eb51dd89d09328af05d 100644 (file)
@@ -26,8 +26,10 @@ include $(TOPDIR)/config.mk
 LIB    := $(obj)libpower.o
 
 COBJS-$(CONFIG_FTPMU010_POWER) += ftpmu010.o
+COBJS-$(CONFIG_TPS6586X_POWER) += tps6586x.o
 COBJS-$(CONFIG_TWL4030_POWER)  += twl4030.o
 COBJS-$(CONFIG_TWL6030_POWER)  += twl6030.o
+COBJS-$(CONFIG_TWL6035_POWER)  += twl6035.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)