Index: uspace/lib/usbvirt/Makefile
===================================================================
--- uspace/lib/usbvirt/Makefile	(revision 6cb58e6c390c27448e632aaee17b98215c091f31)
+++ uspace/lib/usbvirt/Makefile	(revision d38d83090cf55a91ed616e5fb99637817873af8f)
@@ -33,6 +33,8 @@
 
 SOURCES = \
-	src/ipc.c \
 	src/ctrltransfer.c \
+	src/device.c \
+	src/ipc_dev.c \
+	src/ipc_hc.c \
 	src/stdreq.c \
 	src/transfer.c
