Index: boot/Makefile.common
===================================================================
--- boot/Makefile.common	(revision 1875a0cf8b7ababbd10c80d697a15be242d70773)
+++ boot/Makefile.common	(revision 343d0da12de34cb0902da3cee68dc0503a367518)
@@ -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 = \
