summaryrefslogtreecommitdiff
path: root/drivers/mmc/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-08-04 00:35:10 +0200
committerWolfgang Denk <wd@denx.de>2010-08-04 00:35:10 +0200
commit9efac4a1eb99d9c5539aa6992025eeacab7980c6 (patch)
tree518c81f209eec164b15466e412d88bde0fa68291 /drivers/mmc/Makefile
parentac956293befb265b8958654d08c4ad52e605d46e (diff)
parent87f314e98beae1d922ef5d182eb9b4c2027f11ed (diff)
downloadu-boot-imx-9efac4a1eb99d9c5539aa6992025eeacab7980c6.zip
u-boot-imx-9efac4a1eb99d9c5539aa6992025eeacab7980c6.tar.gz
u-boot-imx-9efac4a1eb99d9c5539aa6992025eeacab7980c6.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-samsung
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r--drivers/mmc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile
index 6fa04b8..8dfd8a3 100644
--- a/drivers/mmc/Makefile
+++ b/drivers/mmc/Makefile
@@ -32,6 +32,7 @@ COBJS-$(CONFIG_OMAP3_MMC) += omap3_mmc.o
COBJS-$(CONFIG_FSL_ESDHC) += fsl_esdhc.o
COBJS-$(CONFIG_MXC_MMC) += mxcmmc.o
COBJS-$(CONFIG_PXA_MMC) += pxa_mmc.o
+COBJS-$(CONFIG_S5P_MMC) += s5p_mmc.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)