mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw: move timer devices to hw/timer/, configure with default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
47934d0aad
commit
3bd884511f
28 changed files with 37 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
obj-y = sun4m_iommu.o slavio_intctl.o
|
||||
obj-y += slavio_timer.o slavio_misc.o sparc32_dma.o
|
||||
obj-y += slavio_misc.o sparc32_dma.o
|
||||
obj-y += eccmemctl.o sbi.o sun4c_intctl.o
|
||||
|
||||
# GRLIB
|
||||
obj-y += grlib_gptimer.o grlib_irqmp.o
|
||||
obj-y += grlib_irqmp.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue