Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision fb7e5a9acaa179da3a894bc9c613dbfd9df3e4d7)
+++ uspace/Makefile	(revision 9ea7d907eb259fe3b9b9b2a3fb157d14a4c078e3)
@@ -118,4 +118,17 @@
 	drv/bus/usb/vhc
 
+ifeq ($(CONFIG_PCC),y)
+DIRS += \
+	app/cc \
+	app/ccom \
+	app/ccom/mkext \
+	app/cpp
+endif
+
+ifeq ($(CONFIG_BINUTILS),y)
+DIRS += \
+	app/binutils
+endif
+
 ## Networking
 #
@@ -180,5 +193,6 @@
 	lib/usbdev \
 	lib/usbhid \
-	lib/usbvirt
+	lib/usbvirt \
+	lib/posix
 
 LIBC_BUILD = $(addsuffix .build,$(LIBC))
