hw: move timer devices to hw/timer/, configure with default-configs/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2013-02-05 14:38:25 +01:00
parent 47934d0aad
commit 3bd884511f
28 changed files with 37 additions and 17 deletions

View file

@ -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))