Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 456aea38cbb8dc5de5a226668378d108b75553d0)
+++ uspace/Makefile	(revision 9e195e2cd2e7af9bd0b0ef0bde139dac93b3f53f)
@@ -41,4 +41,5 @@
 	app/killall \
 	app/klog \
+	app/lsusb \
 	app/mkfat \
 	app/redir \
@@ -51,5 +52,4 @@
 	app/top \
 	app/usbinfo \
-	app/virtusbkbd \
 	app/vuhid \
 	app/netecho \
@@ -177,4 +177,7 @@
 ifeq ($(UARCH),amd64)
 	LIBS += lib/usb
+	LIBS += lib/usbhost
+	LIBS += lib/usbdev
+	LIBS += lib/usbhid
 	LIBS += lib/usbvirt
 endif
@@ -182,4 +185,7 @@
 ifeq ($(UARCH),ia32)
 	LIBS += lib/usb
+	LIBS += lib/usbhost
+	LIBS += lib/usbdev
+	LIBS += lib/usbhid
 	LIBS += lib/usbvirt
 endif
