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
|
@ -7,3 +7,7 @@ common-obj-y += ps2.o
|
|||
common-obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o
|
||||
common-obj-$(CONFIG_TSC2005) += tsc2005.o
|
||||
common-obj-$(CONFIG_VMMOUSE) += vmmouse.o
|
||||
|
||||
obj-$(CONFIG_MILKYMIST) += milkymist-softusb.o
|
||||
obj-$(CONFIG_PXA2XX) += pxa2xx_keypad.o
|
||||
obj-$(CONFIG_TSC210X) += tsc210x.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue