Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision a9b5b5fabe77630d44c11b4e3e9315bfc20215ce)
+++ uspace/Makefile	(revision 4bc309bf9ecb5c52d870148e834fec37fd241140)
@@ -71,4 +71,5 @@
 	srv/hw/char/s3c24xx_uart \
 	srv/hw/netif/dp8390 \
+	srv/hw/bus/usb/hcd/virtual \
 	srv/net/cfg \
 	srv/net/netif/lo \
@@ -80,4 +81,5 @@
 	srv/net/net \
 	srv/net/netstart \
+	app/usb \
 	app/netecho \
 	app/nettest1 \
@@ -138,8 +140,10 @@
 ifeq ($(UARCH),amd64)
 	LIBS += lib/pci
+	LIBS += lib/usb
 endif
 
 ifeq ($(UARCH),ia32)
 	LIBS += lib/pci
+	LIBS += lib/usb
 endif
 
