mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
10 lines
244 B
Makefile
10 lines
244 B
Makefile
ifeq ($(CONFIG_REALLY_VIRTFS),y)
|
|
common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
|
|
|
|
# Toplevel always builds this; targets without virtio will put it in
|
|
# common-obj-y
|
|
extra-obj-y = qemu-fsdev-dummy.o
|
|
else
|
|
common-obj-y = qemu-fsdev-dummy.o
|
|
endif
|