mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Compile i8254 only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
b994504610
commit
df6327780d
11 changed files with 13 additions and 3 deletions
|
@ -138,6 +138,7 @@ hw-obj-$(CONFIG_M48T59) += m48t59.o
|
|||
hw-obj-$(CONFIG_ESCC) += escc.o
|
||||
|
||||
hw-obj-$(CONFIG_PARALLEL) += parallel.o
|
||||
hw-obj-$(CONFIG_I8254) += i8254.o
|
||||
|
||||
# PCI watchdog devices
|
||||
hw-obj-y += wdt_i6300esb.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue