]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/misc/Makefile
OMAP3 Move twl4030 power and led functions
[people/ms/u-boot.git] / drivers / misc / Makefile
index ea2bf87ec8e046a966060293eabc33fa7ae13aa0..f6df60faef9fd0688ab6f53c7203241de9a3b507 100644 (file)
@@ -30,6 +30,7 @@ COBJS-$(CONFIG_DS4510)  += ds4510.o
 COBJS-$(CONFIG_FSL_LAW) += fsl_law.o
 COBJS-$(CONFIG_NS87308) += ns87308.o
 COBJS-$(CONFIG_STATUS_LED) += status_led.o
+COBJS-$(CONFIG_TWL4030_LED) += twl4030_led.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)