mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -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,12 +1,9 @@
|
|||
# LM32 peripherals
|
||||
obj-y += lm32_pic.o
|
||||
obj-y += lm32_timer.o
|
||||
obj-y += lm32_sys.o
|
||||
obj-y += milkymist-hpdmc.o
|
||||
obj-y += milkymist-memcard.o
|
||||
obj-y += milkymist-pfpu.o
|
||||
obj-y += milkymist-softusb.o
|
||||
obj-y += milkymist-sysctl.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue