Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision f55b12b50bc3129ca8946bc5f823407db5214561)
+++ uspace/Makefile	(revision a92cf94f4ac9a91a575e4b6ac39177c6de1d07b9)
@@ -113,4 +113,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
 #
