Index: uspace/drv/bus/usb/uhci/Makefile
===================================================================
--- uspace/drv/bus/usb/uhci/Makefile	(revision 3afb7580ffb5859d718216a15a79100e3ab8aa0a)
+++ uspace/drv/bus/usb/uhci/Makefile	(revision 26e7d6da331e8d35b5e83880a9740de5e9e4bd99)
@@ -42,12 +42,12 @@
 
 SOURCES = \
+	hc.c \
 	main.c \
+	pci.c \
+	root_hub.c \
 	transfer_list.c \
 	uhci.c \
-	hc.c \
-	root_hub.c \
-	hw_struct/transfer_descriptor.c \
-	pci.c \
-	batch.c
+	uhci_batch.c \
+	hw_struct/transfer_descriptor.c
 
 include $(USPACE_PREFIX)/Makefile.common
