mirror of
https://github.com/qemu/qemu.git
synced 2025-07-28 13:23:11 +00:00
7 lines
107 B
Makefile
7 lines
107 B
Makefile
obj-y = mc146818rtc.o
|
|
obj-y += alpha_typhoon.o
|
|
|
|
obj-y := $(addprefix ../,$(obj-y))
|
|
|
|
obj-y += dp264.o pci.o
|