diff options
| author | Paolo Bonzini | 2013-02-05 14:38:25 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-04-08 18:13:14 +0200 |
| commit | 3bd884511f8dc44a01e32878b2972443a16db70d (patch) | |
| tree | 97bf4af7947076a7e23f905a370a157e422fd967 /hw/sh4 | |
| parent | hw: move ISA bridges and devices to hw/isa/, configure with default-configs/ (diff) | |
| download | qemu-3bd884511f8dc44a01e32878b2972443a16db70d.tar.gz qemu-3bd884511f8dc44a01e32878b2972443a16db70d.tar.xz qemu-3bd884511f8dc44a01e32878b2972443a16db70d.zip | |
hw: move timer devices to hw/timer/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/sh4')
| -rw-r--r-- | hw/sh4/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sh4/Makefile.objs b/hw/sh4/Makefile.objs index 10c971a300..76b37bbf6b 100644 --- a/hw/sh4/Makefile.objs +++ b/hw/sh4/Makefile.objs @@ -1,4 +1,4 @@ -obj-y += sh_timer.o sh_intc.o sh_pci.o +obj-y += sh_intc.o sh_pci.o obj-y := $(addprefix ../,$(obj-y)) |
