Index: uspace/drv/ohci/Makefile
===================================================================
--- uspace/drv/ohci/Makefile	(revision 53f1c875f5885a2c30ff0c8f56d9e97f03564f5e)
+++ uspace/drv/ohci/Makefile	(revision f98b8269484d60177e1e59042e7ea84533bfeb61)
@@ -33,11 +33,13 @@
 
 SOURCES = \
+	batch.c \
+	hc.c \
 	iface.c \
-	batch.c \
 	main.c \
-	hc.c \
 	ohci.c \
+	pci.c \
 	root_hub.c \
-	pci.c
+	transfer_list.c
+
 
 include $(USPACE_PREFIX)/Makefile.common
