mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Compile async only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
35da37e141
commit
64dc9c31ae
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ net-obj-y += $(addprefix net/, $(net-nested-y))
|
|||
common-obj-y = $(block-obj-y)
|
||||
common-obj-y += $(net-obj-y)
|
||||
common-obj-y += $(qobject-obj-y)
|
||||
common-obj-y += readline.o console.o
|
||||
common-obj-y += readline.o console.o async.o
|
||||
|
||||
common-obj-y += tcg-runtime.o host-utils.o
|
||||
common-obj-y += irq.o ioport.o input.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue