mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-19 17:19:20 +00:00

Also drop duplicate occurrence of device-hotplug.o. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
109 B
Makefile
5 lines
109 B
Makefile
obj-y = mc146818rtc.o
|
|
obj-y += alpha_pci.o alpha_dp264.o alpha_typhoon.o
|
|
|
|
obj-y := $(addprefix ../,$(obj-y))
|