summaryrefslogtreecommitdiff
path: root/hw/sh4
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-02-05 13:35:34 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-04-08 18:13:14 +0200
commit9944d320016914912133b348b6fbbb18c7417035 (patch)
tree833e579b5902d0b3eeb392d74d20433f29fdea70 /hw/sh4
parent80b4ecc86dd5ccd779f96c8bd11feb031d327614 (diff)
downloadqemu-9944d320016914912133b348b6fbbb18c7417035.tar.gz
hw: move char devices to hw/char/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sh4')
-rw-r--r--hw/sh4/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sh4/Makefile.objs b/hw/sh4/Makefile.objs
index c9b0416b07..10c971a300 100644
--- a/hw/sh4/Makefile.objs
+++ b/hw/sh4/Makefile.objs
@@ -1,4 +1,4 @@
-obj-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o
+obj-y += sh_timer.o sh_intc.o sh_pci.o
obj-y := $(addprefix ../,$(obj-y))