mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
240 B
Text
8 lines
240 B
Text
ifeq ($(CONFIG_SOFTMMU), y)
|
|
devices-dirs-$(call lor,$(CONFIG_VIRTIO_9P),$(call land,$(CONFIG_VIRTFS),$(CONFIG_XEN))) += 9pfs/
|
|
endif
|
|
|
|
common-obj-y += $(devices-dirs-y)
|
|
common-obj-m += display/
|
|
common-obj-m += usb/
|
|
obj-y += $(devices-dirs-y)
|