Index: boot/Makefile.common
===================================================================
--- boot/Makefile.common	(revision 8988fdea211b9827f60cfe7ed099a0d1bad17fcd)
+++ boot/Makefile.common	(revision c3d926f3ce91a6e5d315f2628cac95ccdcbebeff)
@@ -235,4 +235,5 @@
 	$(USPACE_PATH)/lib/posix/test-libposix \
 	$(USPACE_PATH)/lib/uri/test-liburi \
+	$(USPACE_PATH)/drv/bus/usb/xhci/test-xhci \
 	$(USPACE_PATH)/app/bdsh/test-bdsh \
 	$(USPACE_PATH)/srv/net/tcp/test-tcp
Index: boot/arch/amd64/Makefile.inc
===================================================================
--- boot/arch/amd64/Makefile.inc	(revision 8988fdea211b9827f60cfe7ed099a0d1bad17fcd)
+++ boot/arch/amd64/Makefile.inc	(revision c3d926f3ce91a6e5d315f2628cac95ccdcbebeff)
@@ -54,5 +54,6 @@
 	bus/usb/usbmast \
 	bus/usb/usbmid \
-	bus/usb/vhc
+	bus/usb/vhc \
+	bus/usb/xhci
 
 RD_DRV_CFG += \
