aboutsummaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
blob: ebae00af6e74f75d94352062b91f0aad98e687e7 (plain)
1
2
3
4
5
6
7
8
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)