From d7dfca0807a0f579d3ec985bf1220519420c4dfe Mon Sep 17 00:00:00 2001 From: Igor Mitsyanko Date: Thu, 28 Feb 2013 18:23:14 +0000 Subject: 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 Signed-off-by: Igor Mitsyanko Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- hw/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/Makefile.objs') 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 -- cgit v1.2.1