mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -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,7 +1,3 @@
|
|||
# LM32 boards
|
||||
obj-y += lm32_boards.o
|
||||
obj-y += milkymist.o
|
||||
|
||||
# LM32 peripherals
|
||||
obj-y += lm32_pic.o
|
||||
obj-y += lm32_juart.o
|
||||
|
@ -21,3 +17,7 @@ obj-y += milkymist-vgafb.o
|
|||
obj-y += framebuffer.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
||||
|
||||
# LM32 boards
|
||||
obj-y += lm32_boards.o
|
||||
obj-y += milkymist.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue