diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 14:54:35 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:14 +0200 |
commit | 8ac5c6510b609c123d6b394b2de16462ac7c395f (patch) | |
tree | 45f38521eae28fe3bd1a9c8c55dba2e77fb72297 /hw/sd/Makefile.objs | |
parent | 3bd884511f8dc44a01e32878b2972443a16db70d (diff) |
hw: move SD/MMC devices to hw/sd/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sd/Makefile.objs')
-rw-r--r-- | hw/sd/Makefile.objs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/sd/Makefile.objs b/hw/sd/Makefile.objs index 8acce02518..f1aed83d9d 100644 --- a/hw/sd/Makefile.objs +++ b/hw/sd/Makefile.objs @@ -2,3 +2,7 @@ common-obj-$(CONFIG_PL181) += pl181.o common-obj-$(CONFIG_SSI_SD) += ssi-sd.o common-obj-$(CONFIG_SD) += sd.o common-obj-$(CONFIG_SDHCI) += sdhci.o + +obj-$(CONFIG_MILKYMIST) += milkymist-memcard.o +obj-$(CONFIG_OMAP) += omap_mmc.o +obj-$(CONFIG_PXA2XX) += pxa2xx_mmci.o |