Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision c0e53ff034d0a99a6874c040a2e2e51a88c674a8)
+++ uspace/Makefile	(revision 1924bd430b10bc842d09d99ede55d445ffc680ca)
@@ -119,4 +119,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
 #
@@ -174,5 +187,5 @@
 	lib/drv \
 	lib/packet \
-	lib/imgmap \
+	lib/fb \
 	lib/net \
 	lib/ext2 \
@@ -181,5 +194,6 @@
 	lib/usbdev \
 	lib/usbhid \
-	lib/usbvirt
+	lib/usbvirt \
+	lib/posix
 
 LIBC_BUILD = $(addsuffix .build,$(LIBC))
