summaryrefslogtreecommitdiffstats
path: root/drivers/mci/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <juergen@kreuzholzen.de>2010-10-08 18:30:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-11 13:08:27 +0200
commit3bf1bd9b33a2b04dc04d30219040fd78dbbc20e6 (patch)
treea0ad4f5a6d398b3f6fce7a814f55059c8ec2f202 /drivers/mci/Makefile
parent916a1ca70a15446dc040aefc3d7dc7b6962b9ed4 (diff)
downloadbarebox-3bf1bd9b33a2b04dc04d30219040fd78dbbc20e6.tar.gz
barebox-3bf1bd9b33a2b04dc04d30219040fd78dbbc20e6.tar.xz
Add S3C2440 MCI card support
Adding MCI card support for S3C2440 CPUs. This is for reference only, as there is currently no user in the barebox tree. Maybe one with access to the A9M2440 development kit can check it on his/her system. Checked here with my own S3C2440 based system which is not in the barebox tree. Signed-off-by: Juergen Beisert <juergen@kreuzholzen.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mci/Makefile')
-rw-r--r--drivers/mci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mci/Makefile b/drivers/mci/Makefile
index e5e19b0e59..be184465a6 100644
--- a/drivers/mci/Makefile
+++ b/drivers/mci/Makefile
@@ -1,2 +1,3 @@
obj-$(CONFIG_MCI) += mci-core.o
obj-$(CONFIG_MCI_STM378X) += stm378x.o
+obj-$(CONFIG_MCI_S3C) += s3c.o