]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/mmc/Makefile
mmc: Move atmel_mci driver into drivers/mmc
[people/ms/u-boot.git] / drivers / mmc / Makefile
index db924245853353824df373255d2a7da62a810926..3dc031b438d6c8b845e1103f9c1d3ecb4bcfea19 100644 (file)
@@ -25,6 +25,8 @@ include $(TOPDIR)/config.mk
 
 LIB    := $(obj)libmmc.a
 
+COBJS-$(CONFIG_ATMEL_MCI) += atmel_mci.o
+
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))