Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision a6480d5ff230b964a3e3c59d2599383e2065c5f3)
+++ uspace/Makefile	(revision ec7f8b191f6709e9dbff29090376b4a072c8e1d0)
@@ -114,4 +114,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
 #
@@ -176,5 +189,6 @@
 	lib/usbdev \
 	lib/usbhid \
-	lib/usbvirt
+	lib/usbvirt \
+	lib/posix
 
 LIBC_BUILD = $(addsuffix .build,$(LIBC))
