From ae19795682b53346ac4c7290e6e7f45dd550e2d6 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Tue, 26 Jun 2018 14:48:38 -0700 Subject: [PATCH] Add xbox hardware directory to hw/Makefile.objs --- hw/Makefile.objs | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 6a0ffe0afd..f068a3d491 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -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/