Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision db6e41983c02dab21ba61c1a701ab1938cb1d7d2)
+++ uspace/Makefile	(revision ee24574944c78e5dfab04f1d66db22923168f99e)
@@ -112,4 +112,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
 #
