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/lm32 | |
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/lm32')
-rw-r--r-- | hw/lm32/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/lm32/Makefile.objs b/hw/lm32/Makefile.objs index f911ac61d1..bf8d152831 100644 --- a/hw/lm32/Makefile.objs +++ b/hw/lm32/Makefile.objs @@ -2,7 +2,6 @@ obj-y += lm32_pic.o obj-y += lm32_sys.o obj-y += milkymist-hpdmc.o -obj-y += milkymist-memcard.o obj-y += milkymist-pfpu.o obj-y := $(addprefix ../,$(obj-y)) |