mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Compile event_notifier only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
04c9a0cbc2
commit
d3538b45ea
2 changed files with 1 additions and 2 deletions
|
@ -104,7 +104,7 @@ common-obj-$(CONFIG_VNC_TLS) += vnc-tls.o vnc-auth-vencrypt.o
|
|||
common-obj-$(CONFIG_VNC_SASL) += vnc-auth-sasl.o
|
||||
common-obj-$(CONFIG_COCOA) += cocoa.o
|
||||
common-obj-$(CONFIG_IOTHREAD) += qemu-thread.o
|
||||
common-obj-y += notify.o
|
||||
common-obj-y += notify.o event_notifier.o
|
||||
common-obj-y += qemu-timer.o
|
||||
|
||||
slirp-obj-y = cksum.o if.o ip_icmp.o ip_input.o ip_output.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue