mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -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,9 +1,9 @@
|
|||
obj-y = petalogix_s3adsp1800_mmu.o
|
||||
obj-y += petalogix_ml605_mmu.o
|
||||
obj-y += microblaze_boot.o
|
||||
obj-y += xilinx_spi.o
|
||||
|
||||
obj-y += microblaze_pic_cpu.o
|
||||
obj-y += xilinx_ethlite.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
||||
|
||||
obj-y += petalogix_s3adsp1800_mmu.o
|
||||
obj-y += petalogix_ml605_mmu.o
|
||||
obj-y += boot.o
|
||||
obj-y += pic_cpu.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue