summaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorIgor Mitsyanko <i.mitsyanko@samsung.com>2013-02-28 18:23:14 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-02-28 18:23:14 +0000
commitd7dfca0807a0f579d3ec985bf1220519420c4dfe (patch)
tree89a4744495332c522e259606be4da5972a5adab0 /hw/Makefile.objs
parent353575f0959234e1680622f747e20308c94505b7 (diff)
downloadqemu-d7dfca0807a0f579d3ec985bf1220519420c4dfe.tar.gz
hw/sdhci: introduce standard SD host controller
Device model for standard SD Host Controller Interface (SDHCI) compliant with version 2.00 of SD association specification. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r--hw/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index a1f3a808ac..40ebe466ad 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -43,6 +43,7 @@ common-obj-y += ccid-card-passthru.o
common-obj-$(CONFIG_SMARTCARD_NSS) += ccid-card-emulated.o
endif
common-obj-$(CONFIG_I8259) += i8259_common.o i8259.o
+common-obj-$(CONFIG_SDHCI) += sdhci.o
common-obj-y += fifo.o
common-obj-y += pam.o