Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 107f2e0ef3e7f3b7336408a40acd526c8502baf3)
+++ uspace/Makefile	(revision 5fb32c52ce08918112449b76f4c157af6f071530)
@@ -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
 #
