mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
hw: move boards and other isolated files to hw/ARCH
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e4c8b28cde
commit
530182169e
85 changed files with 72 additions and 62 deletions
|
@ -1,8 +1,10 @@
|
|||
obj-y = sun4m.o lance.o tcx.o sun4m_iommu.o slavio_intctl.o
|
||||
obj-y = lance.o tcx.o sun4m_iommu.o slavio_intctl.o
|
||||
obj-y += slavio_timer.o slavio_misc.o sparc32_dma.o
|
||||
obj-y += cs4231.o eccmemctl.o sbi.o sun4c_intctl.o leon3.o
|
||||
obj-y += cs4231.o eccmemctl.o sbi.o sun4c_intctl.o
|
||||
|
||||
# GRLIB
|
||||
obj-y += grlib_gptimer.o grlib_irqmp.o grlib_apbuart.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
||||
|
||||
obj-y += sun4m.o leon3.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue