mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Reviewed-by: Sergio Lopez <slp@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
141 B
Text
5 lines
141 B
Text
obj-y += clock.o
|
|
obj-$(CONFIG_APIC) += apic.o
|
|
obj-$(CONFIG_IOAPIC) += ioapic.o
|
|
obj-$(CONFIG_I8254) += i8254.o
|
|
obj-$(CONFIG_I8259) += i8259.o
|