mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-16 05:27:12 +00:00
7 lines
95 B
Makefile
7 lines
95 B
Makefile
obj-y = apb_pci.o
|
|
obj-y += mc146818rtc.o
|
|
|
|
obj-y := $(addprefix ../,$(obj-y))
|
|
|
|
obj-y += sun4u.o
|