mirror of https://github.com/xemu-project/xemu.git
Add xbox hardware directory to hw/Makefile.objs
This commit is contained in:
parent
6eb2e9ac93
commit
ae19795682
|
@ -32,6 +32,7 @@ devices-dirs-$(CONFIG_SOFTMMU) += usb/
|
|||
devices-dirs-$(CONFIG_SOFTMMU) += vfio/
|
||||
devices-dirs-$(CONFIG_SOFTMMU) += virtio/
|
||||
devices-dirs-$(CONFIG_SOFTMMU) += watchdog/
|
||||
devices-dirs-$(CONFIG_SOFTMMU) += xbox/
|
||||
devices-dirs-$(CONFIG_SOFTMMU) += xen/
|
||||
devices-dirs-$(CONFIG_MEM_HOTPLUG) += mem/
|
||||
devices-dirs-$(CONFIG_SOFTMMU) += smbios/
|
||||
|
|
Loading…
Reference in New Issue