Index: boot/Makefile.common
===================================================================
--- boot/Makefile.common	(revision 763e0cddf0e1c4057130bf42fd3ecf4c6658bc63)
+++ boot/Makefile.common	(revision d7427a7ebb4c622bacb33b59e5069be7f2aca4bb)
@@ -172,4 +172,10 @@
 	$(USPACE_PATH)/app/websrv/websrv
 
+ifeq ($(CONFIG_BINUTILS),y)
+RD_APPS_NON_ESSENTIAL += \
+	$(USPACE_PATH)/app/binutils/bin/as \
+	$(USPACE_PATH)/app/binutils/bin/ld
+endif
+
 ifneq ($(CONFIG_BAREBONE),y)
 NET_CFG = \
