diff options
| author | Igor Mitsyanko | 2013-02-28 19:23:14 +0100 |
|---|---|---|
| committer | Peter Maydell | 2013-02-28 19:23:14 +0100 |
| commit | d7dfca0807a0f579d3ec985bf1220519420c4dfe (patch) | |
| tree | 89a4744495332c522e259606be4da5972a5adab0 /hw/Makefile.objs | |
| parent | arm: a9mpcore: Coreify the SCU (diff) | |
| download | qemu-d7dfca0807a0f579d3ec985bf1220519420c4dfe.tar.gz qemu-d7dfca0807a0f579d3ec985bf1220519420c4dfe.tar.xz qemu-d7dfca0807a0f579d3ec985bf1220519420c4dfe.zip | |
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.objs | 1 |
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 |
