Index: uspace/drv/bus/usb/xhci/Makefile
===================================================================
--- uspace/drv/bus/usb/xhci/Makefile	(revision e9e24f2146ae218d9e3b86ddb7e1f84ec3f2a506)
+++ uspace/drv/bus/usb/xhci/Makefile	(revision d0db4a054c8e6bd467dcb0efc96ed554c82383be)
@@ -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 = \
