mirror of https://github.com/xemu-project/xemu.git
11 lines
287 B
Makefile
11 lines
287 B
Makefile
ifeq ($(CONFIG_SOFTMMU), y)
|
|
devices-dirs-$(call lor,$(CONFIG_VIRTIO_9P),$(call land,$(CONFIG_VIRTFS),$(CONFIG_XEN))) += 9pfs/
|
|
devices-dirs-y += acpi/
|
|
devices-dirs-y += adc/
|
|
endif
|
|
|
|
common-obj-y += $(devices-dirs-y)
|
|
common-obj-m += display/
|
|
common-obj-m += usb/
|
|
obj-y += $(devices-dirs-y)
|