mirror of
https://github.com/mii443/qemu.git
synced 2025-12-05 20:18:24 +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
|