Index: boot/Makefile.common
===================================================================
--- boot/Makefile.common	(revision 1875a0cf8b7ababbd10c80d697a15be242d70773)
+++ boot/Makefile.common	(revision de576907ef188885d5dde9429c93bb8eb0d2b65b)
@@ -166,4 +166,10 @@
 	$(USPACE_PATH)/app/websrv/websrv
 
+ifeq ($(CONFIG_BINUTILS),y)
+RD_APPS_NON_ESSENTIAL += \
+	$(USPACE_PATH)/app/binutils/as \
+	$(USPACE_PATH)/app/binutils/ld
+endif
+
 ifneq ($(CONFIG_BAREBONE),y)
 NET_CFG = \
