diff options
author | Paolo Bonzini | 2013-02-05 12:22:39 +0100 |
---|---|---|
committer | Paolo Bonzini | 2013-04-08 18:13:12 +0200 |
commit | 9a1179dc864ae71dec212c5da482451bcd4a4fcb (patch) | |
tree | 2c980d6e71c9097348519aface7b071933c29a8d /hw/sh4 | |
parent | hw: move virtio devices to hw/ subdirectories (diff) | |
download | qemu-9a1179dc864ae71dec212c5da482451bcd4a4fcb.tar.gz qemu-9a1179dc864ae71dec212c5da482451bcd4a4fcb.tar.xz qemu-9a1179dc864ae71dec212c5da482451bcd4a4fcb.zip |
hw: make all of hw/ide/ configurable via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sh4')
-rw-r--r-- | hw/sh4/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/sh4/Makefile.objs b/hw/sh4/Makefile.objs index 72b6a1fcb4..4f2ac2a6ce 100644 --- a/hw/sh4/Makefile.objs +++ b/hw/sh4/Makefile.objs @@ -1,6 +1,5 @@ obj-y = tc58128.o obj-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o -obj-y += ide/mmio.o obj-y := $(addprefix ../,$(obj-y)) |