Index: uspace/drv/bus/usb/xhci/Makefile
===================================================================
--- uspace/drv/bus/usb/xhci/Makefile	(revision e9e24f2146ae218d9e3b86ddb7e1f84ec3f2a506)
+++ uspace/drv/bus/usb/xhci/Makefile	(revision 41924f3000a0433bb9a3bac4c10f0768464cc2e7)
@@ -45,13 +45,14 @@
 
 SOURCES = \
+	bus.c \
+	commands.c \
+	debug.c \
+	endpoint.c \
 	hc.c \
-	endpoint.c \
-	debug.c \
-	trb_ring.c \
+	main.c \
+	rh.c \
 	scratchpad.c \
-	commands.c \
 	transfers.c \
-	rh.c \
-	main.c
+	trb_ring.c
 
 TEST_SOURCES = \
